#C8D5CD

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

Shades of Edgewater #C8D5CD

Tints of Edgewater #C8D5CD

Color information

#C8D5CD (or 0xC8D5CD) is unknown color: approx Edgewater. HEX triplet: C8, D5 and CD. RGB value is (200,213,205). Sum of RGB (Red+Green+Blue) = 200+213+205=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 213 (83.59% from 255 or 34.47% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5CD is #372A32. Grayscale: #D0D0D0. Windows color (decimal): -3615283 or 13489608. OLE color: 13489608.

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

Color convert

RGB200213205-
CMYK0.0600.040.16
HSL143.08º13.4%80.98%-
HSV(B)143.08º6.1%83.53%-
XYZ58.6364.2867.07-
YUV208.2126.19122.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.36%
GREEN value IS 213 (83.59% from 255) = 34.47%
BLUE value IS 205 (80.47% from 255) = 33.17%
R=32.36%
G=34.47%
B=33.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002132050.0600.040.16143.0813.480.98
HexC8D5CD604108fd51
Octal3103253156042021715121
Binary1100100011010101110011011100100100001000111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5CD; }

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

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

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

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

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

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

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

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