#CDB9E7

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

Shades of Fog #CDB9E7

Tints of Fog #CDB9E7

Color information

#CDB9E7 (or 0xCDB9E7) is unknown color: approx Fog. HEX triplet: CD, B9 and E7. RGB value is (205,185,231). Sum of RGB (Red+Green+Blue) = 205+185+231=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDB9E7 is #324618. Grayscale: #C4C4C4. Windows color (decimal): -3294745 or 15186381. OLE color: 15186381.

HSL color Cylindrical-coordinate representation of color #CDB9E7: hue angle of 266.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB9E7 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205185231-
CMYK0.110.2000.09
HSL266.09º48.94%81.57%-
HSV(B)266.09º19.91%90.59%-
XYZ56.9553.4582.92-
YUV196.22147.63134.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 185 (72.66% from 255) = 29.79%
BLUE value IS 231 (90.62% from 255) = 37.20%
R=33.01%
G=29.79%
B=37.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051852310.110.2000.09266.0948.9481.57
HexCDB9E7B140910a3152
Octal315271347132401141261122
Binary110011011011100111100111101110100010011000010101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB9E7; }

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

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

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

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

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

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

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

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