#CCC0EE

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

Shades of Fog #CCC0EE

Tints of Fog #CCC0EE

Color information

#CCC0EE (or 0xCCC0EE) is unknown color: approx Fog. HEX triplet: CC, C0 and EE. RGB value is (204,192,238). Sum of RGB (Red+Green+Blue) = 204+192+238=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 192 (75.39% from 255 or 30.28% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0EE is #333F11. Grayscale: #C8C8C8. Windows color (decimal): -3358482 or 15646924. OLE color: 15646924.

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

Color convert

RGB204192238-
CMYK0.140.1900.07
HSL255.65º57.5%84.31%-
HSV(B)255.65º19.33%93.33%-
XYZ59.1856.7188.72-
YUV200.83148.98130.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 192 (75.39% from 255) = 30.28%
BLUE value IS 238 (93.36% from 255) = 37.54%
R=32.18%
G=30.28%
B=37.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041922380.140.1900.07255.6557.584.31
HexCCC0EEE13071003a54
Octal31430035616230740072124
Binary11001100110000001110111011101001101111000000001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0EE; }

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

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

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

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

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

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

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

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