#CEEED3

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

Shades of Granny Apple #CEEED3

Tints of Granny Apple #CEEED3

Color information

#CEEED3 (or 0xCEEED3) is unknown color: approx Granny Apple. HEX triplet: CE, EE and D3. RGB value is (206,238,211). Sum of RGB (Red+Green+Blue) = 206+238+211=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 238 (93.36% from 255 or 36.34% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEED3 is #31112C. Grayscale: #E1E1E1. Windows color (decimal): -3215661 or 13889230. OLE color: 13889230.

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

Color convert

RGB206238211-
CMYK0.1300.110.07
HSL129.38º48.48%87.06%-
HSV(B)129.38º13.45%93.33%-
XYZ67.7978.9773.3-
YUV225.35119.9114.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.45%
GREEN value IS 238 (93.36% from 255) = 36.34%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=31.45%
G=36.34%
B=32.21%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382110.1300.110.07129.3848.4887.06
HexCEEED3D0B7813057
Octal31635632315013720160127
Binary110011101110111011010011110101011111100000011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEED3; }

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

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

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

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

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

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

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

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