#CCB8E5

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

Shades of Fog #CCB8E5

Tints of Fog #CCB8E5

Color information

#CCB8E5 (or 0xCCB8E5) is unknown color: approx Fog. HEX triplet: CC, B8 and E5. RGB value is (204,184,229). Sum of RGB (Red+Green+Blue) = 204+184+229=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCB8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8E5 is #33471A. Grayscale: #C2C2C2. Windows color (decimal): -3360539 or 15055052. OLE color: 15055052.

HSL color Cylindrical-coordinate representation of color #CCB8E5: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB8E5 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB204184229-
CMYK0.110.2000.10
HSL266.67º46.39%80.98%-
HSV(B)266.67º19.65%89.8%-
XYZ56.1952.7881.35-
YUV195.11147.13134.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 229 (89.84% from 255) = 37.12%
R=33.06%
G=29.82%
B=37.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2041842290.110.2000.10266.6746.3980.98
HexCCB8E5B140A10b2e51
Octal314270345132401241356121
Binary110011001011100011100101101110100010101000010111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB8E5; }

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

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

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

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

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

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

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

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