#CCBAED

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

Shades of Fog #CCBAED

Tints of Fog #CCBAED

Color information

#CCBAED (or 0xCCBAED) is unknown color: approx Fog. HEX triplet: CC, BA and ED. RGB value is (204,186,237). Sum of RGB (Red+Green+Blue) = 204+186+237=627 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.54% from 627); Green value is 186 (73.05% from 255 or 29.67% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCBAED is #334512. Grayscale: #C5C5C5. Windows color (decimal): -3360019 or 15579852. OLE color: 15579852.

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

Color convert

RGB204186237-
CMYK0.140.2200.07
HSL261.18º58.62%82.94%-
HSV(B)261.18º21.52%92.94%-
XYZ57.7554.0787.51-
YUV197.2150.46132.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.54%
GREEN value IS 186 (73.05% from 255) = 29.67%
BLUE value IS 237 (92.97% from 255) = 37.80%
R=32.54%
G=29.67%
B=37.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041862370.140.2200.07261.1858.6282.94
HexCCBAEDE16071053b53
Octal31427235516260740573123
Binary11001100101110101110110111101011001111000001011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBAED; }

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

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

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

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

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

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

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

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