#C8D6CB

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

Shades of Edgewater #C8D6CB

Tints of Edgewater #C8D6CB

Color information

#C8D6CB (or 0xC8D6CB) is unknown color: approx Edgewater. HEX triplet: C8, D6 and CB. RGB value is (200,214,203). Sum of RGB (Red+Green+Blue) = 200+214+203=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D6CB is #372934. Grayscale: #D0D0D0. Windows color (decimal): -3615029 or 13358792. OLE color: 13358792.

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

Color convert

RGB200214203-
CMYK0.0700.050.16
HSL132.86º14.58%81.18%-
HSV(B)132.86º6.54%83.92%-
XYZ58.6564.6865.89-
YUV208.56124.86121.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.41%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=32.41%
G=34.68%
B=32.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002142030.0700.050.16132.8614.5881.18
HexC8D6CB7051085f51
Octal3103263137052020517121
Binary1100100011010110110010111110101100001000010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D6CB; }

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

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

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

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

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

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

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

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