#CCB8E8

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

Shades of Fog #CCB8E8

Tints of Fog #CCB8E8

Color information

#CCB8E8 (or 0xCCB8E8) is unknown color: approx Fog. HEX triplet: CC, B8 and E8. RGB value is (204,184,232). Sum of RGB (Red+Green+Blue) = 204+184+232=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 184 (72.27% from 255 or 29.68% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #CCB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCB8E8 is #334717. Grayscale: #C3C3C3. Windows color (decimal): -3360536 or 15251660. OLE color: 15251660.

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

Color convert

RGB204184232-
CMYK0.120.2100.09
HSL265º51.06%81.57%-
HSV(B)265º20.69%90.98%-
XYZ56.6152.9483.58-
YUV195.45148.63134.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 184 (72.27% from 255) = 29.68%
BLUE value IS 232 (91.02% from 255) = 37.42%
R=32.90%
G=29.68%
B=37.42%

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
Decimal2041842320.120.2100.0926551.0681.57
HexCCB8E8C15091093352
Octal314270350142501141163122
Binary110011001011100011101000110010101010011000010011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8E8; }

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

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

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

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

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

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

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

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