#CDD6D6

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

Shades of Zumthor #CDD6D6

Tints of Zumthor #CDD6D6

Color information

#CDD6D6 (or 0xCDD6D6) is unknown color: approx Zumthor. HEX triplet: CD, D6 and D6. RGB value is (205,214,214). Sum of RGB (Red+Green+Blue) = 205+214+214=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 214 (83.98% from 255 or 33.81% from 633); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #CDD6D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD6D6 is #322929. Grayscale: #D3D3D3. Windows color (decimal): -3287338 or 14079693. OLE color: 14079693.

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

Color convert

RGB205214214-
CMYK0.04000.16
HSL180º9.89%82.16%-
HSV(B)180º4.21%83.92%-
XYZ61.3665.9373.11-
YUV211.31129.52123.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 214 (83.98% from 255) = 33.81%
R=32.39%
G=33.81%
B=33.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052142140.04000.161809.8982.16
HexCDD6D640010b4a52
Octal3153263264002026412122
Binary11001101110101101101011010000100001011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6D6; }

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

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

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

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

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

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

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

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