#CCD4D5

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

Shades of Zumthor #CCD4D5

Tints of Zumthor #CCD4D5

Color information

#CCD4D5 (or 0xCCD4D5) is unknown color: approx Zumthor. HEX triplet: CC, D4 and D5. RGB value is (204,212,213). Sum of RGB (Red+Green+Blue) = 204+212+213=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 212 (83.20% from 255 or 33.70% from 629); Blue value is 213 (83.59% from 255 or 33.86% from 629); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4D5 is #332B2A. Grayscale: #D1D1D1. Windows color (decimal): -3353387 or 14013644. OLE color: 14013644.

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

Color convert

RGB204212213-
CMYK0.040.0000.16
HSL186.67º9.68%81.76%-
HSV(B)186.67º4.23%83.53%-
XYZ60.4664.7372.26-
YUV209.72129.85123.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.43%
GREEN value IS 212 (83.20% from 255) = 33.70%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=32.43%
G=33.70%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042122130.040.0000.16186.679.6881.76
HexCCD4D540010bba52
Octal3143243254002027312122
Binary11001100110101001101010110000100001011101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4D5; }

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

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

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

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

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

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

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

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