#CDD9DB

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

Shades of Zumthor #CDD9DB

Tints of Zumthor #CDD9DB

Color information

#CDD9DB (or 0xCDD9DB) is unknown color: approx Zumthor. HEX triplet: CD, D9 and DB. RGB value is (205,217,219). Sum of RGB (Red+Green+Blue) = 205+217+219=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9DB is #322624. Grayscale: #D5D5D5. Windows color (decimal): -3286565 or 14408141. OLE color: 14408141.

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

Color convert

RGB205217219-
CMYK0.060.0100.14
HSL188.57º16.28%83.14%-
HSV(B)188.57º6.39%85.88%-
XYZ62.7867.7276.78-
YUV213.64131.02121.84-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 219 (85.94% from 255) = 34.17%
R=31.98%
G=33.85%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052172190.060.0100.14188.5716.2883.14
HexCDD9DB610Ebd1053
Octal3153313336101627520123
Binary11001101110110011101101111010111010111101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD9DB; }

 p { color: rgb(205,217,219); }

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

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

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

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

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

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

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