Html Css Color HEX #C2EAD0 Granny Apple

📋 copy color: '#C2EAD0'

red 194 ◦ green 234 ◦ blue 208

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

Shades of Granny Apple #C2EAD0

Tints of Granny Apple #C2EAD0

RGB

 RED value IS 194 (76.17% from 255) = 30.5%

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

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

R = 30.5%
G = 36.79%
B = 32.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#C2EAD0 (or 0xC2EAD0) is known color: Granny Apple. HEX triplet: C2, EA and D0. RGB value is (194,234,208). Sum of RGB (Red+Green+Blue) = 194+234+208=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EAD0 is #3D152F. Grayscale: #DBDBDB. Windows color (decimal): -4003120 or 13691586. OLE color: 13691586.

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

Color convert

RGB 194 234 208 -
CMYK 0.17 0 0.11 0.08
HSL 141º 0.49% 0.84% -
HSV(B) 141º 0.17% 0.92% -
XYZ 63.06 74.87 70.8 -
YUV 219.08 121.75 110.11 -
System Red Green Blue C M Y K H S L
Decimal 194 234 208 0.17 0 0.11 0.08 141 0.49 0.84
Hex C2 EA D0 11 0 B 8 8D 31 54
Octal 302 352 320 21 0 13 10 215 61 124
Binary 11000010 11101010 11010000 10001 0 1011 1000 10001101 110001 1010100

Color Harmonies of #C2EAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EAD0

Black with #C2EAD0

Text Example


Text Example

White with #C2EAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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