#CDB0FC

Color #CDB0FC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CDB0FC

Tints of Mauve #CDB0FC

Color information

#CDB0FC (or 0xCDB0FC) is unknown color: approx Mauve. HEX triplet: CD, B0 and FC. RGB value is (205,176,252). Sum of RGB (Red+Green+Blue) = 205+176+252=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 176 (69.14% from 255 or 27.80% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDB0FC is #324F03. Grayscale: #C1C1C1. Windows color (decimal): -3297028 or 16560333. OLE color: 16560333.

HSL color Cylindrical-coordinate representation of color #CDB0FC: hue angle of 262.89º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDB0FC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB205176252-
CMYK0.190.3000.01
HSL262.89º92.68%83.92%-
HSV(B)262.89º30.16%98.82%-
XYZ58.2751.0698.88-
YUV193.34161.11136.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 176 (69.14% from 255) = 27.80%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=32.39%
G=27.80%
B=39.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2051762520.190.3000.01262.8992.6883.92
HexCDB0FC131E011075d54
Octal315260374233601407135124
Binary11001101101100001111110010011111100110000011110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0FC; }

 p { color: rgb(205,176,252); }

 H1.HeaderClassName
 {
   color: #CDB0FC;
 }
 .AnyTagClassName
 {
   color: #CDB0FC;
 }
</style>
background-color css

<style>
 a { background-color: #CDB0FC; }

 a { background-color: rgb(205,176,252); }

 div.DivClassName
 {
   background-color: #CDB0FC;
 }
 .BgClassName
 {
   background-color: #CDB0FC;
 }
</style>
border-color css

<style>
 span { border-color: #CDB0FC; }

 span { border-color: rgb(205,176,252); }

 td.TdClassName
 {
   border-color: #CDB0FC;
 }
 .TagClassName
 {
   border-color: #CDB0FC;
 }
</style>