#CCC1DC

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

Shades of Fog #CCC1DC

Tints of Fog #CCC1DC

Color information

#CCC1DC (or 0xCCC1DC) is unknown color: approx Fog. HEX triplet: CC, C1 and DC. RGB value is (204,193,220). Sum of RGB (Red+Green+Blue) = 204+193+220=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DC is #333E23. Grayscale: #C7C7C7. Windows color (decimal): -3358244 or 14467532. OLE color: 14467532.

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

Color convert

RGB204193220-
CMYK0.070.1200.14
HSL264.44º27.84%80.98%-
HSV(B)264.44º12.27%86.27%-
XYZ56.8956.1475.55-
YUV199.37139.64131.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 193 (75.78% from 255) = 31.28%
BLUE value IS 220 (86.33% from 255) = 35.66%
R=33.06%
G=31.28%
B=35.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041932200.070.1200.14264.4427.8480.98
HexCCC1DC7C0E1081c51
Octal31430133471401641034121
Binary110011001100000111011100111110001110100001000111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1DC; }

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

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

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

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

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

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

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

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