#CCC0DB

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

Shades of Fog #CCC0DB

Tints of Fog #CCC0DB

Color information

#CCC0DB (or 0xCCC0DB) is unknown color: approx Fog. HEX triplet: CC, C0 and DB. RGB value is (204,192,219). Sum of RGB (Red+Green+Blue) = 204+192+219=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC0DB is #333F24. Grayscale: #C6C6C6. Windows color (decimal): -3358501 or 14401740. OLE color: 14401740.

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

Color convert

RGB204192219-
CMYK0.070.1200.14
HSL266.67º27.27%80.59%-
HSV(B)266.67º12.33%85.88%-
XYZ56.5455.6574.78-
YUV198.67139.48131.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.17%
GREEN value IS 192 (75.39% from 255) = 31.22%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=33.17%
G=31.22%
B=35.61%

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
Decimal2041922190.070.1200.14266.6727.2780.59
HexCCC0DB7C0E10b1b51
Octal31430033371401641333121
Binary110011001100000011011011111110001110100001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0DB; }

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

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

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

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

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

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

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

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