#CDDBDB

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

Shades of Zumthor #CDDBDB

Tints of Zumthor #CDDBDB

Color information

#CDDBDB (or 0xCDDBDB) is unknown color: approx Zumthor. HEX triplet: CD, DB and DB. RGB value is (205,219,219). Sum of RGB (Red+Green+Blue) = 205+219+219=643 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.88% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #CDDBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBDB is #322424. Grayscale: #D6D6D6. Windows color (decimal): -3286053 or 14408653. OLE color: 14408653.

HSL color Cylindrical-coordinate representation of color #CDDBDB: hue angle of 180º 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 #CDDBDB is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205219219-
CMYK0.06000.14
HSL180º16.28%83.14%-
HSV(B)180º6.39%85.88%-
XYZ63.2968.7676.95-
YUV214.81130.36121-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.88%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 219 (85.94% from 255) = 34.06%
R=31.88%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052192190.06000.1418016.2883.14
HexCDDBDB600Eb41053
Octal3153333336001626420123
Binary11001101110110111101101111000111010110100100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBDB; }

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

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

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

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

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

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

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

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