#CDB9EC

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

Shades of Fog #CDB9EC

Tints of Fog #CDB9EC

Color information

#CDB9EC (or 0xCDB9EC) is unknown color: approx Fog. HEX triplet: CD, B9 and EC. RGB value is (205,185,236). Sum of RGB (Red+Green+Blue) = 205+185+236=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9EC is #324613. Grayscale: #C4C4C4. Windows color (decimal): -3294740 or 15514061. OLE color: 15514061.

HSL color Cylindrical-coordinate representation of color #CDB9EC: hue angle of 263.53º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDB9EC is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205185236-
CMYK0.130.2200.07
HSL263.53º57.3%82.55%-
HSV(B)263.53º21.61%92.55%-
XYZ57.6753.7386.69-
YUV196.79150.13133.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 185 (72.66% from 255) = 29.55%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=32.75%
G=29.55%
B=37.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051852360.130.2200.07263.5357.382.55
HexCDB9ECD16071083953
Octal31527135415260741071123
Binary11001101101110011110110011011011001111000010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9EC; }

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

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

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

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

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

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

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

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