#CED6D0

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

Shades of Edgewater #CED6D0

Tints of Edgewater #CED6D0

Color information

#CED6D0 (or 0xCED6D0) is unknown color: approx Edgewater. HEX triplet: CE, D6 and D0. RGB value is (206,214,208). Sum of RGB (Red+Green+Blue) = 206+214+208=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 214 (83.98% from 255 or 34.08% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 214 - color contains mainly: green. Hex color #CED6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED6D0 is #31292F. Grayscale: #D2D2D2. Windows color (decimal): -3221808 or 13686478. OLE color: 13686478.

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

Color convert

RGB206214208-
CMYK0.0400.030.16
HSL135º8.89%82.35%-
HSV(B)135º3.74%83.92%-
XYZ60.8965.7769.16-
YUV210.92126.35124.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 214 (83.98% from 255) = 34.08%
BLUE value IS 208 (81.64% from 255) = 33.12%
R=32.80%
G=34.08%
B=33.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062142080.0400.030.161358.8982.35
HexCED6D04031087952
Octal3163263204032020711122
Binary110011101101011011010000100011100001000011110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED6D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED6D0; }

 p { color: rgb(206,214,208); }

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

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

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

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

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

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

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