#CEF8D4

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

Shades of Granny Apple #CEF8D4

Tints of Granny Apple #CEF8D4

Color information

#CEF8D4 (or 0xCEF8D4) is unknown color: approx Granny Apple. HEX triplet: CE, F8 and D4. RGB value is (206,248,212). Sum of RGB (Red+Green+Blue) = 206+248+212=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8D4 is #31072B. Grayscale: #E7E7E7. Windows color (decimal): -3213100 or 13957326. OLE color: 13957326.

HSL color Cylindrical-coordinate representation of color #CEF8D4: hue angle of 128.57º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8D4 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB206248212-
CMYK0.1700.150.03
HSL128.57º75%89.02%-
HSV(B)128.57º16.94%97.25%-
XYZ70.985.0174.96-
YUV231.34117.09109.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 248 (97.27% from 255) = 37.24%
BLUE value IS 212 (83.20% from 255) = 31.83%
R=30.93%
G=37.24%
B=31.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482120.1700.150.03128.577589.02
HexCEF8D4110F3814b59
Octal316370324210173201113131
Binary1100111011111000110101001000101111111000000110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8D4; }

 p { color: rgb(206,248,212); }

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

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

 a { background-color: rgb(206,248,212); }

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

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

 span { border-color: rgb(206,248,212); }

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