#CED6D7

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

Shades of Zumthor #CED6D7

Tints of Zumthor #CED6D7

Color information

#CED6D7 (or 0xCED6D7) is unknown color: approx Zumthor. HEX triplet: CE, D6 and D7. RGB value is (206,214,215). Sum of RGB (Red+Green+Blue) = 206+214+215=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 214 (83.98% from 255 or 33.70% from 635); Blue value is 215 (84.38% from 255 or 33.86% from 635); Max value from RGB is 215 - color contains mainly: blue. Hex color #CED6D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D7 is #312928. Grayscale: #D3D3D3. Windows color (decimal): -3221801 or 14145230. OLE color: 14145230.

HSL color Cylindrical-coordinate representation of color #CED6D7: hue angle of 186.67º degrees, saturation: 0.1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CED6D7 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206214215-
CMYK0.040.0000.16
HSL186.67º10.11%82.55%-
HSV(B)186.67º4.19%84.31%-
XYZ61.7766.1273.8-
YUV211.72129.85123.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 214 (83.98% from 255) = 33.70%
BLUE value IS 215 (84.38% from 255) = 33.86%
R=32.44%
G=33.70%
B=33.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062142150.040.0000.16186.6710.1182.55
HexCED6D740010bba53
Octal3163263274002027312123
Binary11001110110101101101011110000100001011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6D7; }

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

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

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

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

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

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

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

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