#CDD3D5

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

Shades of Zumthor #CDD3D5

Tints of Zumthor #CDD3D5

Color information

#CDD3D5 (or 0xCDD3D5) is unknown color: approx Zumthor. HEX triplet: CD, D3 and D5. RGB value is (205,211,213). Sum of RGB (Red+Green+Blue) = 205+211+213=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 211 (82.81% from 255 or 33.55% 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 #CDD3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3D5 is #322C2A. Grayscale: #D1D1D1. Windows color (decimal): -3288107 or 14013389. OLE color: 14013389.

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

Color convert

RGB205211213-
CMYK0.040.0100.16
HSL195º8.7%81.96%-
HSV(B)195º3.76%83.53%-
XYZ60.4864.3772.19-
YUV209.43130.01124.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 213 (83.59% from 255) = 33.86%
R=32.59%
G=33.55%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052112130.040.0100.161958.781.96
HexCDD3D541010c3952
Octal3153233254102030311122
Binary11001101110100111101010110010100001100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3D5; }

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

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

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

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

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

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

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

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