Html Css Color HEX #C5E1D0 Granny Apple

📋 copy color: '#C5E1D0'

red 197 ◦ green 225 ◦ blue 208

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

Shades of Granny Apple #C5E1D0

Tints of Granny Apple #C5E1D0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.71%

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

R = 31.27%
G = 35.71%
B = 33.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#C5E1D0 (or 0xC5E1D0) is known color: Granny Apple. HEX triplet: C5, E1 and D0. RGB value is (197,225,208). Sum of RGB (Red+Green+Blue) = 197+225+208=630 (83% of max value = 765). Red value is 197 (77.34% from 255 or 31.27% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E1D0 is #3A1E2F. Grayscale: #D6D6D6. Windows color (decimal): -3808816 or 13689285. OLE color: 13689285.

HSL color Cylindrical-coordinate representation of color #C5E1D0: hue angle of 143.57º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5E1D0 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 225 208 -
CMYK 0.12 0 0.08 0.12
HSL 143.57º 0.32% 0.83% -
HSV(B) 143.57º 0.12% 0.88% -
XYZ 61.34 70.27 70.01 -
YUV 214.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 197 225 208 0.12 0 0.08 0.12 143.57 0.32 0.83
Hex C5 E1 D0 C 0 8 C 90 20 53
Octal 305 341 320 14 0 10 14 220 40 123
Binary 11000101 11100001 11010000 1100 0 1000 1100 10010000 100000 1010011

Color Harmonies of #C5E1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E1D0

Black with #C5E1D0

Text Example


Text Example

White with #C5E1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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