#CCD5CF

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

Shades of Mystic #CCD5CF

Tints of Mystic #CCD5CF

Color information

#CCD5CF (or 0xCCD5CF) is unknown color: approx Mystic. HEX triplet: CC, D5 and CF. RGB value is (204,213,207). Sum of RGB (Red+Green+Blue) = 204+213+207=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5CF is #332A30. Grayscale: #D1D1D1. Windows color (decimal): -3353137 or 13620684. OLE color: 13620684.

HSL color Cylindrical-coordinate representation of color #CCD5CF: hue angle of 140º 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 #CCD5CF is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB204213207-
CMYK0.0400.030.16
HSL140º9.68%81.76%-
HSV(B)140º4.23%83.53%-
XYZ59.9664.9368.4-
YUV209.62126.52123.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 213 (83.59% from 255) = 34.13%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=32.69%
G=34.13%
B=33.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042132070.0400.030.161409.6881.76
HexCCD5CF403108ca52
Octal3143253174032021412122
Binary110011001101010111001111100011100001000110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5CF; }

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

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

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

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

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

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

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

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