#CCBBED

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

Shades of Fog #CCBBED

Tints of Fog #CCBBED

Color information

#CCBBED (or 0xCCBBED) is unknown color: approx Fog. HEX triplet: CC, BB and ED. RGB value is (204,187,237). Sum of RGB (Red+Green+Blue) = 204+187+237=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 187 (73.44% from 255 or 29.78% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCBBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBBED is #334412. Grayscale: #C5C5C5. Windows color (decimal): -3359763 or 15580108. OLE color: 15580108.

HSL color Cylindrical-coordinate representation of color #CCBBED: hue angle of 260.4º degrees, saturation: 0.58, 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 #CCBBED is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204187237-
CMYK0.140.2100.07
HSL260.4º58.14%83.14%-
HSV(B)260.4º21.1%92.94%-
XYZ57.9654.4987.58-
YUV197.78150.13132.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 187 (73.44% from 255) = 29.78%
BLUE value IS 237 (92.97% from 255) = 37.74%
R=32.48%
G=29.78%
B=37.74%

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
Decimal2041872370.140.2100.07260.458.1483.14
HexCCBBEDE15071043a53
Octal31427335516250740472123
Binary11001100101110111110110111101010101111000001001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBBED; }

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

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

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

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

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

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

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

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