#CED3D5

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

Shades of Zumthor #CED3D5

Tints of Zumthor #CED3D5

Color information

#CED3D5 (or 0xCED3D5) is unknown color: approx Zumthor. HEX triplet: CE, D3 and D5. RGB value is (206,211,213). Sum of RGB (Red+Green+Blue) = 206+211+213=630 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.70% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 213 - color contains mainly: blue. Hex color #CED3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3D5 is #312C2A. Grayscale: #D1D1D1. Windows color (decimal): -3222571 or 14013390. OLE color: 14013390.

HSL color Cylindrical-coordinate representation of color #CED3D5: hue angle of 197.14º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED3D5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206211213-
CMYK0.030.0100.16
HSL197.14º7.69%82.16%-
HSV(B)197.14º3.29%83.53%-
XYZ60.7664.5172.2-
YUV209.73129.84125.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.70%
GREEN value IS 211 (82.81% from 255) = 33.49%
BLUE value IS 213 (83.59% from 255) = 33.81%
R=32.70%
G=33.49%
B=33.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062112130.030.0100.16197.147.6982.16
HexCED3D531010c5852
Octal3163233253102030510122
Binary1100111011010011110101011110100001100010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3D5; }

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

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

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

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

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

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

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

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