#CCC0DD

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

Shades of Fog #CCC0DD

Tints of Fog #CCC0DD

Color information

#CCC0DD (or 0xCCC0DD) is unknown color: approx Fog. HEX triplet: CC, C0 and DD. RGB value is (204,192,221). Sum of RGB (Red+Green+Blue) = 204+192+221=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 192 (75.39% from 255 or 31.12% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCC0DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DD is #333F22. Grayscale: #C6C6C6. Windows color (decimal): -3358499 or 14532812. OLE color: 14532812.

HSL color Cylindrical-coordinate representation of color #CCC0DD: hue angle of 264.83º degrees, saturation: 0.3, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC0DD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204192221-
CMYK0.080.1300.13
HSL264.83º29.9%80.98%-
HSV(B)264.83º13.12%86.67%-
XYZ56.855.7676.17-
YUV198.89140.48131.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 192 (75.39% from 255) = 31.12%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=33.06%
G=31.12%
B=35.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041922210.080.1300.13264.8329.980.98
HexCCC0DD8D0D1091e51
Octal314300335101501541136121
Binary1100110011000000110111011000110101101100001001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0DD; }

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

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

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

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

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

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

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

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