#C8D1CB

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

Shades of Edgewater #C8D1CB

Tints of Edgewater #C8D1CB

Color information

#C8D1CB (or 0xC8D1CB) is unknown color: approx Edgewater. HEX triplet: C8, D1 and CB. RGB value is (200,209,203). Sum of RGB (Red+Green+Blue) = 200+209+203=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 209 (82.03% from 255 or 34.15% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 209 - color contains mainly: green. Hex color #C8D1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D1CB is #372E34. Grayscale: #CDCDCD. Windows color (decimal): -3616309 or 13357512. OLE color: 13357512.

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

Color convert

RGB200209203-
CMYK0.0400.030.18
HSL140º8.91%80.2%-
HSV(B)140º4.31%81.96%-
XYZ57.462.1965.48-
YUV205.62126.52123.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 209 (82.03% from 255) = 34.15%
BLUE value IS 203 (79.69% from 255) = 33.17%
R=32.68%
G=34.15%
B=33.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2002092030.0400.030.181408.9180.2
HexC8D1CB403128c950
Octal3103213134032221411120
Binary110010001101000111001011100011100101000110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D1CB; }

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

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

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

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

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

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

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

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