#CEEFD1

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

Shades of Granny Apple #CEEFD1

Tints of Granny Apple #CEEFD1

Color information

#CEEFD1 (or 0xCEEFD1) is unknown color: approx Granny Apple. HEX triplet: CE, EF and D1. RGB value is (206,239,209). Sum of RGB (Red+Green+Blue) = 206+239+209=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFD1 is #31102E. Grayscale: #E1E1E1. Windows color (decimal): -3215407 or 13758414. OLE color: 13758414.

HSL color Cylindrical-coordinate representation of color #CEEFD1: hue angle of 125.45º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFD1 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB206239209-
CMYK0.1400.130.06
HSL125.45º50.77%87.25%-
HSV(B)125.45º13.81%93.73%-
XYZ67.8379.4672.08-
YUV225.71118.57113.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.50%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 209 (82.03% from 255) = 31.96%
R=31.50%
G=36.54%
B=31.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392090.1400.130.06125.4550.7787.25
HexCEEFD1E0D67d3357
Octal31635732116015617563127
Binary11001110111011111101000111100110111011111011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFD1; }

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

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

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

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

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

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

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

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