#C7FAD8

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

Shades of Granny Apple #C7FAD8

Tints of Granny Apple #C7FAD8

Color information

#C7FAD8 (or 0xC7FAD8) is unknown color: approx Granny Apple. HEX triplet: C7, FA and D8. RGB value is (199,250,216). Sum of RGB (Red+Green+Blue) = 199+250+216=665 (88% of max value = 765). Red value is 199 (78.12% from 255 or 29.92% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FAD8 is #380527. Grayscale: #E6E6E6. Windows color (decimal): -3671336 or 14219975. OLE color: 14219975.

HSL color Cylindrical-coordinate representation of color #C7FAD8: hue angle of 140º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7FAD8 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB199250216-
CMYK0.2000.140.02
HSL140º83.61%88.04%-
HSV(B)140º20.4%98.04%-
XYZ70.1385.4777.77-
YUV230.88119.6105.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.92%
GREEN value IS 250 (98.05% from 255) = 37.59%
BLUE value IS 216 (84.77% from 255) = 32.48%
R=29.92%
G=37.59%
B=32.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502160.2000.140.0214083.6188.04
HexC7FAD8140E28c5458
Octal307372330240162214124130
Binary1100011111111010110110001010001110101000110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAD8; }

 p { color: rgb(199,250,216); }

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

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

 a { background-color: rgb(199,250,216); }

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

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

 span { border-color: rgb(199,250,216); }

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