#ccbbee

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

Shades of Fog #CCBBEE

Tints of Fog #CCBBEE

Color information

#CCBBEE (or 0xCCBBEE) is unknown color: approx Fog. HEX triplet: CC, BB and EE. RGB value is (204,187,238). Sum of RGB (Red+Green+Blue) = 204+187+238=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCBBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBEE is #334411. Grayscale: #C5C5C5. Windows color (decimal): -3359762 or 15645644. OLE color: 15645644.

HSL color Cylindrical-coordinate representation of color #CCBBEE: hue angle of 260º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCBBEE is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204187238-
CMYK0.140.2100.07
HSL260º60%83.33%-
HSV(B)260º21.43%93.33%-
XYZ58.154.5588.36-
YUV197.9150.63132.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 238 (93.36% from 255) = 37.84%
R=32.43%
G=29.73%
B=37.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041872380.140.2100.072606083.33
HexCCBBEEE15071043c53
Octal31427335616250740474123
Binary11001100101110111110111011101010101111000001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccbbee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccbbee; }

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

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

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

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

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

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

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

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