#CCC0DC

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

Shades of Fog #CCC0DC

Tints of Fog #CCC0DC

Color information

#CCC0DC (or 0xCCC0DC) is unknown color: approx Fog. HEX triplet: CC, C0 and DC. RGB value is (204,192,220). Sum of RGB (Red+Green+Blue) = 204+192+220=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DC is #333F23. Grayscale: #C6C6C6. Windows color (decimal): -3358500 or 14467276. OLE color: 14467276.

HSL color Cylindrical-coordinate representation of color #CCC0DC: hue angle of 265.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC0DC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204192220-
CMYK0.070.1300.14
HSL265.71º28.57%80.78%-
HSV(B)265.71º12.73%86.27%-
XYZ56.6755.775.48-
YUV198.78139.98131.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 192 (75.39% from 255) = 31.17%
BLUE value IS 220 (86.33% from 255) = 35.71%
R=33.12%
G=31.17%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041922200.070.1300.14265.7128.5780.78
HexCCC0DC7D0E10a1d51
Octal31430033471501641235121
Binary110011001100000011011100111110101110100001010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0DC; }

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

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

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

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

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

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

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

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