#C8EDCC

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

Shades of Granny Apple #C8EDCC

Tints of Granny Apple #C8EDCC

Color information

#C8EDCC (or 0xC8EDCC) is unknown color: approx Granny Apple. HEX triplet: C8, ED and CC. RGB value is (200,237,204). Sum of RGB (Red+Green+Blue) = 200+237+204=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDCC is #371233. Grayscale: #DEDEDE. Windows color (decimal): -3609140 or 13430216. OLE color: 13430216.

HSL color Cylindrical-coordinate representation of color #C8EDCC: hue angle of 126.49º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EDCC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB200237204-
CMYK0.1600.140.07
HSL126.49º50.68%85.69%-
HSV(B)126.49º15.61%92.94%-
XYZ6577.2168.6-
YUV222.18117.74112.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.20%
GREEN value IS 237 (92.97% from 255) = 36.97%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=31.20%
G=36.97%
B=31.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372040.1600.140.07126.4950.6885.69
HexC8EDCC100E77e3356
Octal31035531420016717663126
Binary110010001110110111001100100000111011111111101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDCC; }

 p { color: rgb(200,237,204); }

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

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

 a { background-color: rgb(200,237,204); }

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

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

 span { border-color: rgb(200,237,204); }

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