#CDDCDA

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

Shades of Zumthor #CDDCDA

Tints of Zumthor #CDDCDA

Color information

#CDDCDA (or 0xCDDCDA) is unknown color: approx Zumthor. HEX triplet: CD, DC and DA. RGB value is (205,220,218). Sum of RGB (Red+Green+Blue) = 205+220+218=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCDA is #322325. Grayscale: #D7D7D7. Windows color (decimal): -3285798 or 14343373. OLE color: 14343373.

HSL color Cylindrical-coordinate representation of color #CDDCDA: hue angle of 172º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDCDA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB205220218-
CMYK0.0700.010.14
HSL172º17.65%83.33%-
HSV(B)172º6.82%86.27%-
XYZ63.4269.2376.35-
YUV215.29129.53120.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 218 (85.55% from 255) = 33.90%
R=31.88%
G=34.21%
B=33.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052202180.0700.010.1417217.6583.33
HexCDDCDA701Eac1253
Octal3153343327011625422123
Binary11001101110111001101101011101111010101100100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDCDA; }

 p { color: rgb(205,220,218); }

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

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

 a { background-color: rgb(205,220,218); }

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

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

 span { border-color: rgb(205,220,218); }

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