#CDD4D5

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

Shades of Zumthor #CDD4D5

Tints of Zumthor #CDD4D5

Color information

#CDD4D5 (or 0xCDD4D5) is unknown color: approx Zumthor. HEX triplet: CD, D4 and D5. RGB value is (205,212,213). Sum of RGB (Red+Green+Blue) = 205+212+213=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDD4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4D5 is #322B2A. Grayscale: #D2D2D2. Windows color (decimal): -3287851 or 14013645. OLE color: 14013645.

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

Color convert

RGB205212213-
CMYK0.040.0000.16
HSL187.5º8.7%81.96%-
HSV(B)187.5º3.76%83.53%-
XYZ60.7364.8772.27-
YUV210.02129.68124.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.54%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=32.54%
G=33.65%
B=33.81%

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
Decimal2052122130.040.0000.16187.58.781.96
HexCDD4D540010bb952
Octal3153243254002027311122
Binary11001101110101001101010110000100001011101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD4D5; }

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

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

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

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

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

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

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

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