#C8FAD6

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

Shades of Granny Apple #C8FAD6

Tints of Granny Apple #C8FAD6

Color information

#C8FAD6 (or 0xC8FAD6) is unknown color: approx Granny Apple. HEX triplet: C8, FA and D6. RGB value is (200,250,214). Sum of RGB (Red+Green+Blue) = 200+250+214=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD6 is #370529. Grayscale: #E7E7E7. Windows color (decimal): -3605802 or 14088904. OLE color: 14088904.

HSL color Cylindrical-coordinate representation of color #C8FAD6: hue angle of 136.8º degrees, saturation: 0.83, 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 #C8FAD6 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB200250214-
CMYK0.200.140.02
HSL136.8º83.33%88.24%-
HSV(B)136.8º20%98.04%-
XYZ70.1485.5176.43-
YUV230.95118.44105.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.12%
GREEN value IS 250 (98.05% from 255) = 37.65%
BLUE value IS 214 (83.98% from 255) = 32.23%
R=30.12%
G=37.65%
B=32.23%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2002502140.200.140.02136.883.3388.24
HexC8FAD6140E2895358
Octal310372326240162211123130
Binary1100100011111010110101101010001110101000100110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FAD6; }

 p { color: rgb(200,250,214); }

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

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

 a { background-color: rgb(200,250,214); }

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

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

 span { border-color: rgb(200,250,214); }

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