Html Css Color HEX #C8FAD5 Granny Apple

📋 copy color: '#C8FAD5'

red 200 ◦ green 250 ◦ blue 213

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

Shades of Granny Apple #C8FAD5

Tints of Granny Apple #C8FAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 32.13%

R = 30.17%
G = 37.71%
B = 32.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#C8FAD5 (or 0xC8FAD5) is known color: Granny Apple. HEX triplet: C8, FA and D5. RGB value is (200,250,213). Sum of RGB (Red+Green+Blue) = 200+250+213=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 213 (83.59% from 255 or 32.13% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8FAD5 is #37052A. Grayscale: #E6E6E6. Windows color (decimal): -3605803 or 14023368. OLE color: 14023368.

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

Color convert

RGB 200 250 213 -
CMYK 0.2 0 0.15 0.02
HSL 135.6º 0.83% 0.88% -
HSV(B) 135.6º 0.2% 0.98% -
XYZ 70.02 85.45 75.76 -
YUV 230.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 200 250 213 0.2 0 0.15 0.02 135.6 0.83 0.88
Hex C8 FA D5 14 0 F 2 88 53 58
Octal 310 372 325 24 0 17 2 210 123 130
Binary 11001000 11111010 11010101 10100 0 1111 10 10001000 1010011 1011000

Color Harmonies of #C8FAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8FAD5

Black with #C8FAD5

Text Example


Text Example

White with #C8FAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8FAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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