#CEEED1

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

Shades of Granny Apple #CEEED1

Tints of Granny Apple #CEEED1

Color information

#CEEED1 (or 0xCEEED1) is unknown color: approx Granny Apple. HEX triplet: CE, EE and D1. RGB value is (206,238,209). Sum of RGB (Red+Green+Blue) = 206+238+209=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 238 (93.36% from 255 or 36.45% from 653); Blue value is 209 (82.03% from 255 or 32.01% from 653); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEED1 is #31112E. Grayscale: #E1E1E1. Windows color (decimal): -3215663 or 13758158. OLE color: 13758158.

HSL color Cylindrical-coordinate representation of color #CEEED1: hue angle of 125.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEED1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB206238209-
CMYK0.1300.120.07
HSL125.62º48.48%87.06%-
HSV(B)125.62º13.45%93.33%-
XYZ67.5478.8771.99-
YUV225.13118.9114.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 238 (93.36% from 255) = 36.45%
BLUE value IS 209 (82.03% from 255) = 32.01%
R=31.55%
G=36.45%
B=32.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382090.1300.120.07125.6248.4887.06
HexCEEED1D0C77e3057
Octal31635632115014717660127
Binary11001110111011101101000111010110011111111101100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEED1; }

 p { color: rgb(206,238,209); }

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

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

 a { background-color: rgb(206,238,209); }

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

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

 span { border-color: rgb(206,238,209); }

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