#C7FAD5

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

Shades of Granny Apple #C7FAD5

Tints of Granny Apple #C7FAD5

Color information

#C7FAD5 (or 0xC7FAD5) is unknown color: approx Granny Apple. HEX triplet: C7, FA and D5. RGB value is (199,250,213). Sum of RGB (Red+Green+Blue) = 199+250+213=662 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.06% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FAD5 is #38052A. Grayscale: #E6E6E6. Windows color (decimal): -3671339 or 14023367. OLE color: 14023367.

HSL color Cylindrical-coordinate representation of color #C7FAD5: hue angle of 136.47º 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 #C7FAD5 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB199250213-
CMYK0.2000.150.02
HSL136.47º83.61%88.04%-
HSV(B)136.47º20.4%98.04%-
XYZ69.7585.3275.74-
YUV230.53118.1105.51-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 30.06%
GREEN value IS 250 (98.05% from 255) = 37.76%
BLUE value IS 213 (83.59% from 255) = 32.18%
R=30.06%
G=37.76%
B=32.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1992502130.2000.150.02136.4783.6188.04
HexC7FAD5140F2885458
Octal307372325240172210124130
Binary1100011111111010110101011010001111101000100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FAD5; }

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

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

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

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

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

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

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

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