Html Css Color HEX #C2EBD1 Granny Apple

📋 copy color: '#C2EBD1'

red 194 ◦ green 235 ◦ blue 209

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

Shades of Granny Apple #C2EBD1

Tints of Granny Apple #C2EBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.83%

 BLUE value IS 209 (82.03% from 255) = 32.76%

R = 30.41%
G = 36.83%
B = 32.76%

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

#C2EBD1 (or 0xC2EBD1) is known color: Granny Apple. HEX triplet: C2, EB and D1. RGB value is (194,235,209). Sum of RGB (Red+Green+Blue) = 194+235+209=638 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.41% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 209 (82.03% from 255 or 32.76% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2EBD1 is #3D142E. Grayscale: #DBDBDB. Windows color (decimal): -4002863 or 13757378. OLE color: 13757378.

HSL color Cylindrical-coordinate representation of color #C2EBD1: hue angle of 141.95º degrees, saturation: 0.51, 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 #C2EBD1 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 209 -
CMYK 0.17 0 0.11 0.08
HSL 141.95º 0.51% 0.84% -
HSV(B) 141.95º 0.17% 0.92% -
XYZ 63.47 75.49 71.55 -
YUV 219.78 121.92 109.61 -
System Red Green Blue C M Y K H S L
Decimal 194 235 209 0.17 0 0.11 0.08 141.95 0.51 0.84
Hex C2 EB D1 11 0 B 8 8E 33 54
Octal 302 353 321 21 0 13 10 216 63 124
Binary 11000010 11101011 11010001 10001 0 1011 1000 10001110 110011 1010100

Color Harmonies of #C2EBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBD1

Black with #C2EBD1

Text Example


Text Example

White with #C2EBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBD1; }

 p { color: rgb(194,235,209); }

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

background-color css

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

 a { background-color: rgb(194,235,209); }

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

border-color css

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

 span { border-color: rgb(194,235,209); }

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