#CCC1DB

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

Shades of Fog #CCC1DB

Tints of Fog #CCC1DB

Color information

#CCC1DB (or 0xCCC1DB) is unknown color: approx Fog. HEX triplet: CC, C1 and DB. RGB value is (204,193,219). Sum of RGB (Red+Green+Blue) = 204+193+219=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC1DB is #333E24. Grayscale: #C7C7C7. Windows color (decimal): -3358245 or 14401996. OLE color: 14401996.

HSL color Cylindrical-coordinate representation of color #CCC1DB: hue angle of 265.38º degrees, saturation: 0.27, 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 #CCC1DB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204193219-
CMYK0.070.1200.14
HSL265.38º26.53%80.78%-
HSV(B)265.38º11.87%85.88%-
XYZ56.7656.0974.85-
YUV199.25139.14131.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.12%
GREEN value IS 193 (75.78% from 255) = 31.33%
BLUE value IS 219 (85.94% from 255) = 35.55%
R=33.12%
G=31.33%
B=35.55%

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
Decimal2041932190.070.1200.14265.3826.5380.78
HexCCC1DB7C0E1091b51
Octal31430133371401641133121
Binary110011001100000111011011111110001110100001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC1DB; }

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

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

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

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

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

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

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

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