#CCB8E9

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

Shades of Fog #CCB8E9

Tints of Fog #CCB8E9

Color information

#CCB8E9 (or 0xCCB8E9) is unknown color: approx Fog. HEX triplet: CC, B8 and E9. RGB value is (204,184,233). Sum of RGB (Red+Green+Blue) = 204+184+233=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 184 (72.27% from 255 or 29.63% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCB8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8E9 is #334716. Grayscale: #C3C3C3. Windows color (decimal): -3360535 or 15317196. OLE color: 15317196.

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

Color convert

RGB204184233-
CMYK0.120.2100.09
HSL264.49º52.69%81.76%-
HSV(B)264.49º21.03%91.37%-
XYZ56.755384.33-
YUV195.57149.13134.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 184 (72.27% from 255) = 29.63%
BLUE value IS 233 (91.41% from 255) = 37.52%
R=32.85%
G=29.63%
B=37.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041842330.120.2100.09264.4952.6981.76
HexCCB8E9C15091083552
Octal314270351142501141065122
Binary110011001011100011101001110010101010011000010001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8E9; }

 p { color: rgb(204,184,233); }

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

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

 a { background-color: rgb(204,184,233); }

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

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

 span { border-color: rgb(204,184,233); }

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