Html Css Color HEX #C8FAD8 Granny Apple

📋 copy color: '#C8FAD8'

red 200 ◦ green 250 ◦ blue 216

#C8FAD8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #C8FAD8

Tints of Granny Apple #C8FAD8

RGB

 RED value IS 200 (78.52% from 255) = 30.03%

 GREEN value IS 250 (98.05% from 255) = 37.54%

 BLUE value IS 216 (84.77% from 255) = 32.43%

R = 30.03%
G = 37.54%
B = 32.43%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#C8FAD8 (or 0xC8FAD8) is known color: Granny Apple. HEX triplet: C8, FA and D8. RGB value is (200,250,216). Sum of RGB (Red+Green+Blue) = 200+250+216=666 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.03% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD8 is #370527. Grayscale: #E7E7E7. Windows color (decimal): -3605800 or 14219976. OLE color: 14219976.

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

Color convert

RGB 200 250 216 -
CMYK 0.2 0 0.14 0.02
HSL 139.2º 0.83% 0.88% -
HSV(B) 139.2º 0.2% 0.98% -
XYZ 70.4 85.61 77.78 -
YUV 231.17 119.44 105.76 -
System Red Green Blue C M Y K H S L
Decimal 200 250 216 0.2 0 0.14 0.02 139.2 0.83 0.88
Hex C8 FA D8 14 0 E 2 8B 53 58
Octal 310 372 330 24 0 16 2 213 123 130
Binary 11001000 11111010 11011000 10100 0 1110 10 10001011 1010011 1011000

Color Harmonies of #C8FAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAD8

Black with #C8FAD8

Text Example


Text Example

White with #C8FAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAD8; }

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

 H1.HeaderClassName
 {
   color: #C8FAD8;
 }
 .AnyTagClassName
 {
   color: #C8FAD8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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