#CCC5D5

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

Shades of Fog #CCC5D5

Tints of Fog #CCC5D5

Color information

#CCC5D5 (or 0xCCC5D5) is unknown color: approx Fog. HEX triplet: CC, C5 and D5. RGB value is (204,197,213). Sum of RGB (Red+Green+Blue) = 204+197+213=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC5D5 is #333A2A. Grayscale: #C8C8C8. Windows color (decimal): -3357227 or 14009804. OLE color: 14009804.

HSL color Cylindrical-coordinate representation of color #CCC5D5: hue angle of 266.25º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC5D5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB204197213-
CMYK0.040.0800.16
HSL266.25º16%80.39%-
HSV(B)266.25º7.51%83.53%-
XYZ56.8857.5771.07-
YUV200.92134.82130.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 197 (77.34% from 255) = 32.08%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=33.22%
G=32.08%
B=34.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2041972130.040.0800.16266.251680.39
HexCCC5D54801010a1050
Octal31430532541002041220120
Binary1100110011000101110101011001000010000100001010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC5D5; }

 p { color: rgb(204,197,213); }

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

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

 a { background-color: rgb(204,197,213); }

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

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

 span { border-color: rgb(204,197,213); }

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