#CCD5D9

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

Shades of Zumthor #CCD5D9

Tints of Zumthor #CCD5D9

Color information

#CCD5D9 (or 0xCCD5D9) is unknown color: approx Zumthor. HEX triplet: CC, D5 and D9. RGB value is (204,213,217). Sum of RGB (Red+Green+Blue) = 204+213+217=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5D9 is #332A26. Grayscale: #D2D2D2. Windows color (decimal): -3353127 or 14276044. OLE color: 14276044.

HSL color Cylindrical-coordinate representation of color #CCD5D9: hue angle of 198.46º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD5D9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204213217-
CMYK0.060.0200.15
HSL198.46º14.61%82.55%-
HSV(B)198.46º5.99%85.1%-
XYZ61.2265.4475.05-
YUV210.76131.52123.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=32.18%
G=33.60%
B=34.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042132170.060.0200.15198.4614.6182.55
HexCCD5D9620Fc6f53
Octal3143253316201730617123
Binary11001100110101011101100111010011111100011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5D9; }

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

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

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

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

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

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

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

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