#C7EDCD

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

Shades of Granny Apple #C7EDCD

Tints of Granny Apple #C7EDCD

Color information

#C7EDCD (or 0xC7EDCD) is unknown color: approx Granny Apple. HEX triplet: C7, ED and CD. RGB value is (199,237,205). Sum of RGB (Red+Green+Blue) = 199+237+205=641 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.05% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #C7EDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EDCD is #381232. Grayscale: #DEDEDE. Windows color (decimal): -3674675 or 13495751. OLE color: 13495751.

HSL color Cylindrical-coordinate representation of color #C7EDCD: hue angle of 129.47º 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 #C7EDCD is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB199237205-
CMYK0.1600.140.07
HSL129.47º51.35%85.49%-
HSV(B)129.47º16.03%92.94%-
XYZ64.8677.1269.22-
YUV221.99118.41111.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.05%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=31.05%
G=36.97%
B=31.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1992372050.1600.140.07129.4751.3585.49
HexC7EDCD100E7813355
Octal30735531520016720163125
Binary1100011111101101110011011000001110111100000011100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EDCD; }

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

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

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

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

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

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

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

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