Html Css Color HEX #C5EBD2 Granny Apple

📋 copy color: '#C5EBD2'

red 197 ◦ green 235 ◦ blue 210

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

Shades of Granny Apple #C5EBD2

Tints of Granny Apple #C5EBD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 32.71%

R = 30.69%
G = 36.6%
B = 32.71%

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

#C5EBD2 (or 0xC5EBD2) is known color: Granny Apple. HEX triplet: C5, EB and D2. RGB value is (197,235,210). Sum of RGB (Red+Green+Blue) = 197+235+210=642 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.69% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5EBD2 is #3A142D. Grayscale: #DCDCDC. Windows color (decimal): -3806254 or 13822917. OLE color: 13822917.

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

Color convert

RGB 197 235 210 -
CMYK 0.16 0 0.11 0.08
HSL 140.53º 0.49% 0.85% -
HSV(B) 140.53º 0.16% 0.92% -
XYZ 64.37 75.94 72.24 -
YUV 220.79 121.91 111.03 -
System Red Green Blue C M Y K H S L
Decimal 197 235 210 0.16 0 0.11 0.08 140.53 0.49 0.85
Hex C5 EB D2 10 0 B 8 8D 31 55
Octal 305 353 322 20 0 13 10 215 61 125
Binary 11000101 11101011 11010010 10000 0 1011 1000 10001101 110001 1010101

Color Harmonies of #C5EBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EBD2

Black with #C5EBD2

Text Example


Text Example

White with #C5EBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EBD2; }

 p { color: rgb(197,235,210); }

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

background-color css

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

 a { background-color: rgb(197,235,210); }

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

border-color css

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

 span { border-color: rgb(197,235,210); }

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