#C5E1CB

Color #C5E1CB Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #C5E1CB

Tints of Granny Apple #C5E1CB

Color information

#C5E1CB (or 0xC5E1CB) is unknown color: approx Granny Apple. HEX triplet: C5, E1 and CB. RGB value is (197,225,203). Sum of RGB (Red+Green+Blue) = 197+225+203=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #C5E1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E1CB is #3A1E34. Grayscale: #D6D6D6. Windows color (decimal): -3808821 or 13361605. OLE color: 13361605.

HSL color Cylindrical-coordinate representation of color #C5E1CB: hue angle of 132.86º 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 #C5E1CB is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB197225203-
CMYK0.1200.100.12
HSL132.86º31.82%82.75%-
HSV(B)132.86º12.44%88.24%-
XYZ60.7370.0366.82-
YUV214.12121.72115.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 31.52%
GREEN value IS 225 (88.28% from 255) = 36%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=31.52%
G=36%
B=32.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1972252030.1200.100.12132.8631.8282.75
HexC5E1CBC0AC852053
Octal305341313140121420540123
Binary1100010111100001110010111100010101100100001011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E1CB; }

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

 H1.HeaderClassName
 {
   color: #C5E1CB;
 }
 .AnyTagClassName
 {
   color: #C5E1CB;
 }
</style>
background-color css

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

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

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

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

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

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