#CDB9EB

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

Shades of Fog #CDB9EB

Tints of Fog #CDB9EB

Color information

#CDB9EB (or 0xCDB9EB) is unknown color: approx Fog. HEX triplet: CD, B9 and EB. RGB value is (205,185,235). Sum of RGB (Red+Green+Blue) = 205+185+235=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 235 - color contains mainly: blue. Hex color #CDB9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9EB is #324614. Grayscale: #C4C4C4. Windows color (decimal): -3294741 or 15448525. OLE color: 15448525.

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

Color convert

RGB205185235-
CMYK0.130.2100.08
HSL264º55.56%82.35%-
HSV(B)264º21.28%92.16%-
XYZ57.5253.6885.93-
YUV196.68149.63133.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=32.8%
G=29.6%
B=37.6%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051852350.130.2100.0826455.5682.35
HexCDB9EBD15081083852
Octal315271353152501041070122
Binary110011011011100111101011110110101010001000010001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9EB; }

 p { color: rgb(205,185,235); }

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

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

 a { background-color: rgb(205,185,235); }

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

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

 span { border-color: rgb(205,185,235); }

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