#CDB9EE

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

Shades of Fog #CDB9EE

Tints of Fog #CDB9EE

Color information

#CDB9EE (or 0xCDB9EE) is unknown color: approx Fog. HEX triplet: CD, B9 and EE. RGB value is (205,185,238). Sum of RGB (Red+Green+Blue) = 205+185+238=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 185 (72.66% from 255 or 29.46% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9EE is #324611. Grayscale: #C4C4C4. Windows color (decimal): -3294738 or 15645133. OLE color: 15645133.

HSL color Cylindrical-coordinate representation of color #CDB9EE: hue angle of 262.64º degrees, saturation: 0.61, 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 #CDB9EE is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205185238-
CMYK0.140.2200.07
HSL262.64º60.92%82.94%-
HSV(B)262.64º22.27%93.33%-
XYZ57.9653.8588.23-
YUV197.02151.13133.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 185 (72.66% from 255) = 29.46%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=32.64%
G=29.46%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051852380.140.2200.07262.6460.9282.94
HexCDB9EEE16071073d53
Octal31527135616260740775123
Binary11001101101110011110111011101011001111000001111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9EE; }

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

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

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

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

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

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

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

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