#CED3D3

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

Shades of Zumthor #CED3D3

Tints of Zumthor #CED3D3

Color information

#CED3D3 (or 0xCED3D3) is unknown color: approx Zumthor. HEX triplet: CE, D3 and D3. RGB value is (206,211,211). Sum of RGB (Red+Green+Blue) = 206+211+211=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 211 - color contains mainly: green, blue. Hex color #CED3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED3D3 is #312C2C. Grayscale: #D1D1D1. Windows color (decimal): -3222573 or 13882318. OLE color: 13882318.

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

Color convert

RGB206211211-
CMYK0.02000.17
HSL180º5.38%81.76%-
HSV(B)180º2.37%82.75%-
XYZ60.5164.4170.87-
YUV209.5128.84125.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 211 (82.81% from 255) = 33.60%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=32.80%
G=33.60%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062112110.02000.171805.3881.76
HexCED3D320011b4552
Octal316323323200212645122
Binary110011101101001111010011100010001101101001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED3D3; }

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

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

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

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

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

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

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

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