#CEDCDC

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

Shades of Zumthor #CEDCDC

Tints of Zumthor #CEDCDC

Color information

#CEDCDC (or 0xCEDCDC) is unknown color: approx Zumthor. HEX triplet: CE, DC and DC. RGB value is (206,220,220). Sum of RGB (Red+Green+Blue) = 206+220+220=646 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.89% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #CEDCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDCDC is #312323. Grayscale: #D7D7D7. Windows color (decimal): -3220260 or 14474446. OLE color: 14474446.

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

Color convert

RGB206220220-
CMYK0.06000.14
HSL180º16.67%83.53%-
HSV(B)180º6.36%86.27%-
XYZ63.9769.4877.75-
YUV215.81130.36121-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.89%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 220 (86.33% from 255) = 34.06%
R=31.89%
G=34.06%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2062202200.06000.1418016.6783.53
HexCEDCDC600Eb41154
Octal3163343346001626421124
Binary11001110110111001101110011000111010110100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEDCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEDCDC; }

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

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

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

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

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

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

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

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