#C8D9CB

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

Shades of Edgewater #C8D9CB

Tints of Edgewater #C8D9CB

Color information

#C8D9CB (or 0xC8D9CB) is unknown color: approx Edgewater. HEX triplet: C8, D9 and CB. RGB value is (200,217,203). Sum of RGB (Red+Green+Blue) = 200+217+203=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 217 (85.16% from 255 or 35% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D9CB is #372634. Grayscale: #D2D2D2. Windows color (decimal): -3614261 or 13359560. OLE color: 13359560.

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

Color convert

RGB200217203-
CMYK0.0800.060.15
HSL130.59º18.28%81.76%-
HSV(B)130.59º7.83%85.1%-
XYZ59.4166.2266.15-
YUV210.32123.87120.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 217 (85.16% from 255) = 35%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=32.26%
G=35%
B=32.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2002172030.0800.060.15130.5918.2881.76
HexC8D9CB806F831252
Octal31033131310061720322122
Binary11001000110110011100101110000110111110000011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D9CB; }

 p { color: rgb(200,217,203); }

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

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

 a { background-color: rgb(200,217,203); }

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

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

 span { border-color: rgb(200,217,203); }

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