Html Css Color HEX #C8FAD6 Granny Apple

📋 copy color: '#C8FAD6'

red 200 ◦ green 250 ◦ blue 214

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

Shades of Granny Apple #C8FAD6

Tints of Granny Apple #C8FAD6

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 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

#C8FAD6 (or 0xC8FAD6) is known color: 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

RGB 200 250 214 -
CMYK 0.2 0 0.14 0.02
HSL 136.8º 0.83% 0.88% -
HSV(B) 136.8º 0.2% 0.98% -
XYZ 70.14 85.51 76.43 -
YUV 230.95 118.44 105.93 -
System Red Green Blue C M Y K H S L
Decimal 200 250 214 0.2 0 0.14 0.02 136.8 0.83 0.88
Hex C8 FA D6 14 0 E 2 89 53 58
Octal 310 372 326 24 0 16 2 211 123 130
Binary 11001000 11111010 11010110 10100 0 1110 10 10001001 1010011 1011000

Color Harmonies of #C8FAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAD6

Black with #C8FAD6

Text Example


Text Example

White with #C8FAD6

Text Example


Text Example

HTML Codes & Css Web 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>