#CDB5EA

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

Shades of Fog #CDB5EA

Tints of Fog #CDB5EA

Color information

#CDB5EA (or 0xCDB5EA) is unknown color: approx Fog. HEX triplet: CD, B5 and EA. RGB value is (205,181,234). Sum of RGB (Red+Green+Blue) = 205+181+234=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 181 (71.09% from 255 or 29.19% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB5EA is #324A15. Grayscale: #C2C2C2. Windows color (decimal): -3295766 or 15381965. OLE color: 15381965.

HSL color Cylindrical-coordinate representation of color #CDB5EA: hue angle of 267.17º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDB5EA is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205181234-
CMYK0.120.2300.08
HSL267.17º55.79%81.37%-
HSV(B)267.17º22.65%91.76%-
XYZ56.5551.9784.89-
YUV194.22150.45135.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 181 (71.09% from 255) = 29.19%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=33.06%
G=29.19%
B=37.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051812340.120.2300.08267.1755.7981.37
HexCDB5EAC170810b3851
Octal315265352142701041370121
Binary110011011011010111101010110010111010001000010111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5EA; }

 p { color: rgb(205,181,234); }

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

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

 a { background-color: rgb(205,181,234); }

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

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

 span { border-color: rgb(205,181,234); }

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