#CED3D4

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

Shades of Zumthor #CED3D4

Tints of Zumthor #CED3D4

Color information

#CED3D4 (or 0xCED3D4) is unknown color: approx Zumthor. HEX triplet: CE, D3 and D4. RGB value is (206,211,212). Sum of RGB (Red+Green+Blue) = 206+211+212=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 211 (82.81% from 255 or 33.55% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 212 - color contains mainly: blue. Hex color #CED3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3D4 is #312C2B. Grayscale: #D1D1D1. Windows color (decimal): -3222572 or 13947854. OLE color: 13947854.

HSL color Cylindrical-coordinate representation of color #CED3D4: hue angle of 190º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CED3D4 is Cyan = 0.03, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206211212-
CMYK0.030.0000.17
HSL190º6.52%81.96%-
HSV(B)190º2.83%83.14%-
XYZ60.6364.4671.53-
YUV209.62129.34125.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 211 (82.81% from 255) = 33.55%
BLUE value IS 212 (83.20% from 255) = 33.70%
R=32.75%
G=33.55%
B=33.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062112120.030.0000.171906.5281.96
HexCED3D430011be752
Octal316323324300212767122
Binary110011101101001111010100110010001101111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3D4; }

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

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

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

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

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

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

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

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