#CED4D7

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

Shades of Zumthor #CED4D7

Tints of Zumthor #CED4D7

Color information

#CED4D7 (or 0xCED4D7) is unknown color: approx Zumthor. HEX triplet: CE, D4 and D7. RGB value is (206,212,215). Sum of RGB (Red+Green+Blue) = 206+212+215=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 215 - color contains mainly: blue. Hex color #CED4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4D7 is #312B28. Grayscale: #D2D2D2. Windows color (decimal): -3222313 or 14144718. OLE color: 14144718.

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

Color convert

RGB206212215-
CMYK0.040.0100.16
HSL200º10.11%82.55%-
HSV(B)200º4.19%84.31%-
XYZ61.2665.1273.63-
YUV210.55130.51124.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 215 (84.38% from 255) = 33.97%
R=32.54%
G=33.49%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062122150.040.0100.1620010.1182.55
HexCED4D741010c8a53
Octal3163243274102031012123
Binary11001110110101001101011110010100001100100010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED4D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED4D7; }

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

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

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

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

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

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

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

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