#C8EDD3

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

Shades of Granny Apple #C8EDD3

Tints of Granny Apple #C8EDD3

Color information

#C8EDD3 (or 0xC8EDD3) is unknown color: approx Granny Apple. HEX triplet: C8, ED and D3. RGB value is (200,237,211). Sum of RGB (Red+Green+Blue) = 200+237+211=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #C8EDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8EDD3 is #37122C. Grayscale: #DFDFDF. Windows color (decimal): -3609133 or 13888968. OLE color: 13888968.

HSL color Cylindrical-coordinate representation of color #C8EDD3: hue angle of 137.84º 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 #C8EDD3 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB200237211-
CMYK0.1600.110.07
HSL137.84º50.68%85.69%-
HSV(B)137.84º15.61%92.94%-
XYZ65.8677.5573.13-
YUV222.97121.24111.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.86%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=30.86%
G=36.57%
B=32.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2002372110.1600.110.07137.8450.6885.69
HexC8EDD3100B78a3356
Octal31035532320013721263126
Binary1100100011101101110100111000001011111100010101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EDD3; }

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

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

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

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

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

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

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

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