#CED6D5

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

Shades of Zumthor #CED6D5

Tints of Zumthor #CED6D5

Color information

#CED6D5 (or 0xCED6D5) is unknown color: approx Zumthor. HEX triplet: CE, D6 and D5. RGB value is (206,214,213). Sum of RGB (Red+Green+Blue) = 206+214+213=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D5 is #31292A. Grayscale: #D3D3D3. Windows color (decimal): -3221803 or 14014158. OLE color: 14014158.

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

Color convert

RGB206214213-
CMYK0.0400.000.16
HSL172.5º8.89%82.35%-
HSV(B)172.5º3.74%83.92%-
XYZ61.5166.0272.45-
YUV211.49128.85124.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 214 (83.98% from 255) = 33.81%
BLUE value IS 213 (83.59% from 255) = 33.65%
R=32.54%
G=33.81%
B=33.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062142130.0400.000.16172.58.8982.35
HexCED6D540010ac952
Octal3163263254002025411122
Binary11001110110101101101010110000100001010110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6D5; }

 p { color: rgb(206,214,213); }

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

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

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

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

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

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

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