#C7DDCA

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

Shades of Edgewater #C7DDCA

Tints of Edgewater #C7DDCA

Color information

#C7DDCA (or 0xC7DDCA) is unknown color: approx Edgewater. HEX triplet: C7, DD and CA. RGB value is (199,221,202). Sum of RGB (Red+Green+Blue) = 199+221+202=622 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.99% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDCA is #382235. Grayscale: #D4D4D4. Windows color (decimal): -3678774 or 13295047. OLE color: 13295047.

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

Color convert

RGB199221202-
CMYK0.1000.090.13
HSL128.18º24.44%82.35%-
HSV(B)128.18º9.95%86.67%-
XYZ60.0768.1265.86-
YUV212.26122.21118.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.99%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 202 (79.30% from 255) = 32.48%
R=31.99%
G=35.53%
B=32.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1992212020.1000.090.13128.1824.4482.35
HexC7DDCAA09D801852
Octal307335312120111520030122
Binary110001111101110111001010101001001110110000000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7DDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7DDCA; }

 p { color: rgb(199,221,202); }

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

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

 a { background-color: rgb(199,221,202); }

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

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

 span { border-color: rgb(199,221,202); }

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