#C4DFC7

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

Shades of Edgewater #C4DFC7

Tints of Edgewater #C4DFC7

Color information

#C4DFC7 (or 0xC4DFC7) is unknown color: approx Edgewater. HEX triplet: C4, DF and C7. RGB value is (196,223,199). Sum of RGB (Red+Green+Blue) = 196+223+199=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 199 (78.12% from 255 or 32.20% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFC7 is #3B2038. Grayscale: #D4D4D4. Windows color (decimal): -3874873 or 13098948. OLE color: 13098948.

HSL color Cylindrical-coordinate representation of color #C4DFC7: hue angle of 126.67º degrees, saturation: 0.3, 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 #C4DFC7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB196223199-
CMYK0.1200.110.13
HSL126.67º29.67%82.16%-
HSV(B)126.67º12.11%87.45%-
XYZ59.4668.6364.15-
YUV212.19120.55116.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.72%
GREEN value IS 223 (87.5% from 255) = 36.08%
BLUE value IS 199 (78.12% from 255) = 32.20%
R=31.72%
G=36.08%
B=32.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1962231990.1200.110.13126.6729.6782.16
HexC4DFC7C0BD7f1e52
Octal304337307140131517736122
Binary11000100110111111100011111000101111011111111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DFC7; }

 p { color: rgb(196,223,199); }

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

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

 a { background-color: rgb(196,223,199); }

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

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

 span { border-color: rgb(196,223,199); }

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