#C8D5CB

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

Shades of Edgewater #C8D5CB

Tints of Edgewater #C8D5CB

Color information

#C8D5CB (or 0xC8D5CB) is unknown color: approx Edgewater. HEX triplet: C8, D5 and CB. RGB value is (200,213,203). Sum of RGB (Red+Green+Blue) = 200+213+203=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D5CB is #372A34. Grayscale: #D0D0D0. Windows color (decimal): -3615285 or 13358536. OLE color: 13358536.

HSL color Cylindrical-coordinate representation of color #C8D5CB: hue angle of 133.85º 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 #C8D5CB is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB200213203-
CMYK0.0600.050.16
HSL133.85º13.4%80.98%-
HSV(B)133.85º6.1%83.53%-
XYZ58.3964.1865.81-
YUV207.97125.19122.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.47%
GREEN value IS 213 (83.59% from 255) = 34.58%
BLUE value IS 203 (79.69% from 255) = 32.95%
R=32.47%
G=34.58%
B=32.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002132030.0600.050.16133.8513.480.98
HexC8D5CB6051086d51
Octal3103253136052020615121
Binary1100100011010101110010111100101100001000011011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D5CB; }

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

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

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

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

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

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

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

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