#C8EBCD

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

Shades of Granny Apple #C8EBCD

Tints of Granny Apple #C8EBCD

Color information

#C8EBCD (or 0xC8EBCD) is unknown color: approx Granny Apple. HEX triplet: C8, EB and CD. RGB value is (200,235,205). Sum of RGB (Red+Green+Blue) = 200+235+205=640 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.25% from 640); Green value is 235 (92.19% from 255 or 36.72% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 235 - color contains mainly: green. Hex color #C8EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EBCD is #371432. Grayscale: #DDDDDD. Windows color (decimal): -3609651 or 13495240. OLE color: 13495240.

HSL color Cylindrical-coordinate representation of color #C8EBCD: hue angle of 128.57º 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 #C8EBCD is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB200235205-
CMYK0.1500.130.08
HSL128.57º46.67%85.29%-
HSV(B)128.57º14.89%92.16%-
XYZ64.5576.169.05-
YUV221.12118.9112.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.25%
GREEN value IS 235 (92.19% from 255) = 36.72%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=31.25%
G=36.72%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2002352050.1500.130.08128.5746.6785.29
HexC8EBCDF0D8812f55
Octal310353315170151020157125
Binary1100100011101011110011011111011011000100000011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EBCD; }

 p { color: rgb(200,235,205); }

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

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

 a { background-color: rgb(200,235,205); }

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

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

 span { border-color: rgb(200,235,205); }

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