#CDD5D6

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

Shades of Zumthor #CDD5D6

Tints of Zumthor #CDD5D6

Color information

#CDD5D6 (or 0xCDD5D6) is unknown color: approx Zumthor. HEX triplet: CD, D5 and D6. RGB value is (205,213,214). Sum of RGB (Red+Green+Blue) = 205+213+214=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 213 (83.59% from 255 or 33.70% from 632); Blue value is 214 (83.98% from 255 or 33.86% from 632); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDD5D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5D6 is #322A29. Grayscale: #D2D2D2. Windows color (decimal): -3287594 or 14079437. OLE color: 14079437.

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

Color convert

RGB205213214-
CMYK0.040.0000.16
HSL186.67º9.89%82.16%-
HSV(B)186.67º4.21%83.92%-
XYZ61.1165.4273.03-
YUV210.72129.85123.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.44%
GREEN value IS 213 (83.59% from 255) = 33.70%
BLUE value IS 214 (83.98% from 255) = 33.86%
R=32.44%
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
Decimal2052132140.040.0000.16186.679.8982.16
HexCDD5D640010bba52
Octal3153253264002027312122
Binary11001101110101011101011010000100001011101110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5D6; }

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

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

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

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

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

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

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

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