#CCB9E7

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

Shades of Fog #CCB9E7

Tints of Fog #CCB9E7

Color information

#CCB9E7 (or 0xCCB9E7) is unknown color: approx Fog. HEX triplet: CC, B9 and E7. RGB value is (204,185,231). Sum of RGB (Red+Green+Blue) = 204+185+231=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 185 (72.66% from 255 or 29.84% from 620); Blue value is 231 (90.62% from 255 or 37.26% from 620); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCB9E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB9E7 is #334618. Grayscale: #C3C3C3. Windows color (decimal): -3360281 or 15186380. OLE color: 15186380.

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

Color convert

RGB204185231-
CMYK0.120.2000.09
HSL264.78º48.94%81.57%-
HSV(B)264.78º19.91%90.59%-
XYZ56.6753.382.9-
YUV195.92147.79133.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 185 (72.66% from 255) = 29.84%
BLUE value IS 231 (90.62% from 255) = 37.26%
R=32.90%
G=29.84%
B=37.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041852310.120.2000.09264.7848.9481.57
HexCCB9E7C14091093152
Octal314271347142401141161122
Binary110011001011100111100111110010100010011000010011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB9E7; }

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

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

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

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

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

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

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

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