#CDDADA

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

Shades of Zumthor #CDDADA

Tints of Zumthor #CDDADA

Color information

#CDDADA (or 0xCDDADA) is unknown color: approx Zumthor. HEX triplet: CD, DA and DA. RGB value is (205,218,218). Sum of RGB (Red+Green+Blue) = 205+218+218=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #CDDADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDADA is #322525. Grayscale: #D6D6D6. Windows color (decimal): -3286310 or 14342861. OLE color: 14342861.

HSL color Cylindrical-coordinate representation of color #CDDADA: hue angle of 180º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDADA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205218218-
CMYK0.06000.15
HSL180º14.94%82.94%-
HSV(B)180º5.96%85.49%-
XYZ62.968.1876.18-
YUV214.11130.19121.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 34.01%
R=31.98%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052182180.06000.1518014.9482.94
HexCDDADA600Fb4f53
Octal3153323326001726417123
Binary1100110111011010110110101100011111011010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDADA; }

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

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

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

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

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

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

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

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