#C8D8CD

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

Shades of Edgewater #C8D8CD

Tints of Edgewater #C8D8CD

Color information

#C8D8CD (or 0xC8D8CD) is unknown color: approx Edgewater. HEX triplet: C8, D8 and CD. RGB value is (200,216,205). Sum of RGB (Red+Green+Blue) = 200+216+205=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #C8D8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D8CD is #372732. Grayscale: #D1D1D1. Windows color (decimal): -3614515 or 13490376. OLE color: 13490376.

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

Color convert

RGB200216205-
CMYK0.0700.050.15
HSL138.75º17.02%81.57%-
HSV(B)138.75º7.41%84.71%-
XYZ59.3965.867.33-
YUV209.96125.2120.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 216 (84.77% from 255) = 34.78%
BLUE value IS 205 (80.47% from 255) = 33.01%
R=32.21%
G=34.78%
B=33.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002162050.0700.050.15138.7517.0281.57
HexC8D8CD705F8b1152
Octal3103303157051721321122
Binary1100100011011000110011011110101111110001011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D8CD; }

 p { color: rgb(200,216,205); }

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

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

 a { background-color: rgb(200,216,205); }

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

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

 span { border-color: rgb(200,216,205); }

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