#C7DACB

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

Shades of Edgewater #C7DACB

Tints of Edgewater #C7DACB

Color information

#C7DACB (or 0xC7DACB) is unknown color: approx Edgewater. HEX triplet: C7, DA and CB. RGB value is (199,218,203). Sum of RGB (Red+Green+Blue) = 199+218+203=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #C7DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DACB is #382534. Grayscale: #D2D2D2. Windows color (decimal): -3679541 or 13359815. OLE color: 13359815.

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

Color convert

RGB199218203-
CMYK0.0900.070.15
HSL132.63º20.43%81.76%-
HSV(B)132.63º8.72%85.49%-
XYZ59.466.666.22-
YUV210.61123.71119.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.10%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=32.10%
G=35.16%
B=32.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1992182030.0900.070.15132.6320.4381.76
HexC7DACB907F851452
Octal30733231311071720524122
Binary11000111110110101100101110010111111110000101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DACB; }

 p { color: rgb(199,218,203); }

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

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

 a { background-color: rgb(199,218,203); }

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

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

 span { border-color: rgb(199,218,203); }

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