#CED7D6

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

Shades of Zumthor #CED7D6

Tints of Zumthor #CED7D6

Color information

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

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

Color convert

RGB206215214-
CMYK0.0400.000.16
HSL173.33º10.11%82.55%-
HSV(B)173.33º4.19%84.31%-
XYZ61.8966.5873.21-
YUV212.2129.02123.58-

RGB Variations

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

RGB

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

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
Decimal2062152140.0400.000.16173.3310.1182.55
HexCED7D640010ada53
Octal3163273264002025512123
Binary11001110110101111101011010000100001010110110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED7D6; }

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

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

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

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

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

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

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

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