#C7EBCA

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

Shades of Granny Apple #C7EBCA

Tints of Granny Apple #C7EBCA

Color information

#C7EBCA (or 0xC7EBCA) is unknown color: approx Granny Apple. HEX triplet: C7, EB and CA. RGB value is (199,235,202). Sum of RGB (Red+Green+Blue) = 199+235+202=636 (84% of max value = 765). Red value is 199 (78.12% from 255 or 31.29% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #C7EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EBCA is #381435. Grayscale: #DCDCDC. Windows color (decimal): -3675190 or 13298631. OLE color: 13298631.

HSL color Cylindrical-coordinate representation of color #C7EBCA: hue angle of 125º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7EBCA is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB199235202-
CMYK0.1500.140.08
HSL125º47.37%85.1%-
HSV(B)125º15.32%92.16%-
XYZ63.9275.8267.14-
YUV220.47117.57112.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 31.29%
GREEN value IS 235 (92.19% from 255) = 36.95%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=31.29%
G=36.95%
B=31.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1992352020.1500.140.0812547.3785.1
HexC7EBCAF0E87d2f55
Octal307353312170161017557125
Binary110001111110101111001010111101110100011111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7EBCA; }

 p { color: rgb(199,235,202); }

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

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

 a { background-color: rgb(199,235,202); }

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

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

 span { border-color: rgb(199,235,202); }

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