Html Css Color HEX #C5EAD0 Granny Apple

📋 copy color: '#C5EAD0'

red 197 ◦ green 234 ◦ blue 208

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

Shades of Granny Apple #C5EAD0

Tints of Granny Apple #C5EAD0

RGB

 RED value IS 197 (77.34% from 255) = 30.83%

 GREEN value IS 234 (91.8% from 255) = 36.62%

 BLUE value IS 208 (81.64% from 255) = 32.55%

R = 30.83%
G = 36.62%
B = 32.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#C5EAD0 (or 0xC5EAD0) is known color: Granny Apple. HEX triplet: C5, EA and D0. RGB value is (197,234,208). Sum of RGB (Red+Green+Blue) = 197+234+208=639 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.83% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EAD0 is #3A152F. Grayscale: #DCDCDC. Windows color (decimal): -3806512 or 13691589. OLE color: 13691589.

HSL color Cylindrical-coordinate representation of color #C5EAD0: hue angle of 137.84º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5EAD0 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 234 208 -
CMYK 0.16 0 0.11 0.08
HSL 137.84º 0.47% 0.85% -
HSV(B) 137.84º 0.16% 0.92% -
XYZ 63.83 75.27 70.84 -
YUV 219.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 197 234 208 0.16 0 0.11 0.08 137.84 0.47 0.85
Hex C5 EA D0 10 0 B 8 8A 2F 55
Octal 305 352 320 20 0 13 10 212 57 125
Binary 11000101 11101010 11010000 10000 0 1011 1000 10001010 101111 1010101

Color Harmonies of #C5EAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAD0

Black with #C5EAD0

Text Example


Text Example

White with #C5EAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAD0; }

 p { color: rgb(197,234,208); }

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

background-color css

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

 a { background-color: rgb(197,234,208); }

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

border-color css

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

 span { border-color: rgb(197,234,208); }

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