#CCBBE4

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

Shades of Fog #CCBBE4

Tints of Fog #CCBBE4

Color information

#CCBBE4 (or 0xCCBBE4) is unknown color: approx Fog. HEX triplet: CC, BB and E4. RGB value is (204,187,228). Sum of RGB (Red+Green+Blue) = 204+187+228=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCBBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBE4 is #33441B. Grayscale: #C4C4C4. Windows color (decimal): -3359772 or 14990284. OLE color: 14990284.

HSL color Cylindrical-coordinate representation of color #CCBBE4: hue angle of 264.88º degrees, saturation: 0.43, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBBE4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB204187228-
CMYK0.110.1800.11
HSL264.88º43.16%81.37%-
HSV(B)264.88º17.98%89.41%-
XYZ56.6853.9880.83-
YUV196.76145.63133.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.96%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 228 (89.45% from 255) = 36.83%
R=32.96%
G=30.21%
B=36.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2041872280.110.1800.11264.8843.1681.37
HexCCBBE4B120B1092b51
Octal314273344132201341153121
Binary110011001011101111100100101110010010111000010011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBE4; }

 p { color: rgb(204,187,228); }

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

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

 a { background-color: rgb(204,187,228); }

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

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

 span { border-color: rgb(204,187,228); }

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