#CFB9E7

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

Shades of Fog #CFB9E7

Tints of Fog #CFB9E7

Color information

#CFB9E7 (or 0xCFB9E7) is unknown color: approx Fog. HEX triplet: CF, B9 and E7. RGB value is (207,185,231). Sum of RGB (Red+Green+Blue) = 207+185+231=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFB9E7 is #304618. Grayscale: #C4C4C4. Windows color (decimal): -3163673 or 15186383. OLE color: 15186383.

HSL color Cylindrical-coordinate representation of color #CFB9E7: hue angle of 268.7º 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 #CFB9E7 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207185231-
CMYK0.100.2000.09
HSL268.7º48.94%81.57%-
HSV(B)268.7º19.91%90.59%-
XYZ57.553.7382.94-
YUV196.82147.29135.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 185 (72.66% from 255) = 29.70%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=33.23%
G=29.70%
B=37.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071852310.100.2000.09268.748.9481.57
HexCFB9E7A140910d3152
Octal317271347122401141561122
Binary110011111011100111100111101010100010011000011011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9E7; }

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

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

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

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

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

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

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

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