Html Css Color HEX #C8FAD7 Granny Apple

📋 copy color: '#C8FAD7'

red 200 ◦ green 250 ◦ blue 215

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

Shades of Granny Apple #C8FAD7

Tints of Granny Apple #C8FAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 32.33%

R = 30.08%
G = 37.59%
B = 32.33%

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

#C8FAD7 (or 0xC8FAD7) is known color: Granny Apple. HEX triplet: C8, FA and D7. RGB value is (200,250,215). Sum of RGB (Red+Green+Blue) = 200+250+215=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 250 (98.05% from 255 or 37.59% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD7 is #370528. Grayscale: #E7E7E7. Windows color (decimal): -3605801 or 14154440. OLE color: 14154440.

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

Color convert

RGB 200 250 215 -
CMYK 0.2 0 0.14 0.02
HSL 138º 0.83% 0.88% -
HSV(B) 138º 0.2% 0.98% -
XYZ 70.27 85.56 77.1 -
YUV 231.06 118.94 105.85 -
System Red Green Blue C M Y K H S L
Decimal 200 250 215 0.2 0 0.14 0.02 138 0.83 0.88
Hex C8 FA D7 14 0 E 2 8A 53 58
Octal 310 372 327 24 0 16 2 212 123 130
Binary 11001000 11111010 11010111 10100 0 1110 10 10001010 1010011 1011000

Color Harmonies of #C8FAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAD7

Black with #C8FAD7

Text Example


Text Example

White with #C8FAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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