#CFB9E9

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

Shades of Fog #CFB9E9

Tints of Fog #CFB9E9

Color information

#CFB9E9 (or 0xCFB9E9) is unknown color: approx Fog. HEX triplet: CF, B9 and E9. RGB value is (207,185,233). Sum of RGB (Red+Green+Blue) = 207+185+233=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #CFB9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9E9 is #304616. Grayscale: #C4C4C4. Windows color (decimal): -3163671 or 15317455. OLE color: 15317455.

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

Color convert

RGB207185233-
CMYK0.110.2100.09
HSL267.5º52.17%81.96%-
HSV(B)267.5º20.6%91.37%-
XYZ57.7953.8584.44-
YUV197.05148.29135.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 185 (72.66% from 255) = 29.6%
BLUE value IS 233 (91.41% from 255) = 37.28%
R=33.12%
G=29.6%
B=37.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071852330.110.2100.09267.552.1781.96
HexCFB9E9B150910c3452
Octal317271351132501141464122
Binary110011111011100111101001101110101010011000011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9E9; }

 p { color: rgb(207,185,233); }

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

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

 a { background-color: rgb(207,185,233); }

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

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

 span { border-color: rgb(207,185,233); }

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