#C7EDD5

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

Shades of Granny Apple #C7EDD5

Tints of Granny Apple #C7EDD5

Color information

#C7EDD5 (or 0xC7EDD5) is unknown color: approx Granny Apple. HEX triplet: C7, ED and D5. RGB value is (199,237,213). Sum of RGB (Red+Green+Blue) = 199+237+213=649 (85% of max value = 765). Red value is 199 (78.12% from 255 or 30.66% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDD5 is #38122A. Grayscale: #DEDEDE. Windows color (decimal): -3674667 or 14020039. OLE color: 14020039.

HSL color Cylindrical-coordinate representation of color #C7EDD5: hue angle of 142.11º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EDD5 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB199237213-
CMYK0.1600.100.07
HSL142.11º51.35%85.49%-
HSV(B)142.11º16.03%92.94%-
XYZ65.8577.5174.44-
YUV222.9122.41110.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.66%
GREEN value IS 237 (92.97% from 255) = 36.52%
BLUE value IS 213 (83.59% from 255) = 32.82%
R=30.66%
G=36.52%
B=32.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992372130.1600.100.07142.1151.3585.49
HexC7EDD5100A78e3355
Octal30735532520012721663125
Binary1100011111101101110101011000001010111100011101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDD5; }

 p { color: rgb(199,237,213); }

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

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

 a { background-color: rgb(199,237,213); }

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

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

 span { border-color: rgb(199,237,213); }

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