#C5DFC8

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

Shades of Edgewater #C5DFC8

Tints of Edgewater #C5DFC8

Color information

#C5DFC8 (or 0xC5DFC8) is unknown color: approx Edgewater. HEX triplet: C5, DF and C8. RGB value is (197,223,200). Sum of RGB (Red+Green+Blue) = 197+223+200=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DFC8 is #3A2037. Grayscale: #D4D4D4. Windows color (decimal): -3809336 or 13164485. OLE color: 13164485.

HSL color Cylindrical-coordinate representation of color #C5DFC8: hue angle of 126.92º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DFC8 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB197223200-
CMYK0.1200.100.13
HSL126.92º28.89%82.35%-
HSV(B)126.92º11.66%87.45%-
XYZ59.8468.8264.77-
YUV212.6120.89116.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.77%
GREEN value IS 223 (87.5% from 255) = 35.97%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=31.77%
G=35.97%
B=32.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1972232000.1200.100.13126.9228.8982.35
HexC5DFC8C0AD7f1d52
Octal305337310140121517735122
Binary11000101110111111100100011000101011011111111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DFC8; }

 p { color: rgb(197,223,200); }

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

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

 a { background-color: rgb(197,223,200); }

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

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

 span { border-color: rgb(197,223,200); }

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