#CCD7D9

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

Shades of Zumthor #CCD7D9

Tints of Zumthor #CCD7D9

Color information

#CCD7D9 (or 0xCCD7D9) is unknown color: approx Zumthor. HEX triplet: CC, D7 and D9. RGB value is (204,215,217). Sum of RGB (Red+Green+Blue) = 204+215+217=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 217 (85.16% from 255 or 34.12% from 636); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD7D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7D9 is #332826. Grayscale: #D3D3D3. Windows color (decimal): -3352615 or 14276556. OLE color: 14276556.

HSL color Cylindrical-coordinate representation of color #CCD7D9: hue angle of 189.23º 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 #CCD7D9 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204215217-
CMYK0.060.0100.15
HSL189.23º14.61%82.55%-
HSV(B)189.23º5.99%85.1%-
XYZ61.7366.4575.22-
YUV211.94130.86122.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 217 (85.16% from 255) = 34.12%
R=32.08%
G=33.81%
B=34.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042152170.060.0100.15189.2314.6182.55
HexCCD7D9610Fbdf53
Octal3143273316101727517123
Binary1100110011010111110110011101011111011110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD7D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD7D9; }

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

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

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

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

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

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

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

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