#CCC6D3

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

Shades of Fog #CCC6D3

Tints of Fog #CCC6D3

Color information

#CCC6D3 (or 0xCCC6D3) is unknown color: approx Fog. HEX triplet: CC, C6 and D3. RGB value is (204,198,211). Sum of RGB (Red+Green+Blue) = 204+198+211=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC6D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC6D3 is #33392C. Grayscale: #C9C9C9. Windows color (decimal): -3356973 or 13878988. OLE color: 13878988.

HSL color Cylindrical-coordinate representation of color #CCC6D3: hue angle of 267.69º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCC6D3 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204198211-
CMYK0.030.0600.17
HSL267.69º12.87%80.2%-
HSV(B)267.69º6.16%82.75%-
XYZ56.8557.9369.81-
YUV201.28133.49129.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.28%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 211 (82.81% from 255) = 34.42%
R=33.28%
G=32.30%
B=34.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2041982110.030.0600.17267.6912.8780.2
HexCCC6D33601110cd50
Octal3143063233602141415120
Binary1100110011000110110100111111001000110000110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6D3; }

 p { color: rgb(204,198,211); }

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

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

 a { background-color: rgb(204,198,211); }

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

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

 span { border-color: rgb(204,198,211); }

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