#C8EFD5

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

Shades of Granny Apple #C8EFD5

Tints of Granny Apple #C8EFD5

Color information

#C8EFD5 (or 0xC8EFD5) is unknown color: approx Granny Apple. HEX triplet: C8, EF and D5. RGB value is (200,239,213). Sum of RGB (Red+Green+Blue) = 200+239+213=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EFD5 is #37102A. Grayscale: #E0E0E0. Windows color (decimal): -3608619 or 14020552. OLE color: 14020552.

HSL color Cylindrical-coordinate representation of color #C8EFD5: hue angle of 140º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFD5 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB200239213-
CMYK0.1600.110.06
HSL140º54.93%86.08%-
HSV(B)140º16.32%93.73%-
XYZ66.778.8274.65-
YUV224.37121.58110.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.67%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=30.67%
G=36.66%
B=32.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002392130.1600.110.0614054.9386.08
HexC8EFD5100B68c3756
Octal31035732520013621467126
Binary1100100011101111110101011000001011110100011001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFD5; }

 p { color: rgb(200,239,213); }

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

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

 a { background-color: rgb(200,239,213); }

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

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

 span { border-color: rgb(200,239,213); }

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