#CCD5D0

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

Shades of Mystic #CCD5D0

Tints of Mystic #CCD5D0

Color information

#CCD5D0 (or 0xCCD5D0) is unknown color: approx Mystic. HEX triplet: CC, D5 and D0. RGB value is (204,213,208). Sum of RGB (Red+Green+Blue) = 204+213+208=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 213 (83.59% from 255 or 34.08% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D0 is #332A2F. Grayscale: #D1D1D1. Windows color (decimal): -3353136 or 13686220. OLE color: 13686220.

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

Color convert

RGB204213208-
CMYK0.0400.020.16
HSL146.67º9.68%81.76%-
HSV(B)146.67º4.23%83.53%-
XYZ60.0864.9869.05-
YUV209.74127.02123.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 213 (83.59% from 255) = 34.08%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=32.64%
G=34.08%
B=33.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042132080.0400.020.16146.679.6881.76
HexCCD5D04021093a52
Octal3143253204022022312122
Binary110011001101010111010000100010100001001001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5D0; }

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

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

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

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

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

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

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

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