#CEF0D5

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

Shades of Granny Apple #CEF0D5

Tints of Granny Apple #CEF0D5

Color information

#CEF0D5 (or 0xCEF0D5) is unknown color: approx Granny Apple. HEX triplet: CE, F0 and D5. RGB value is (206,240,213). Sum of RGB (Red+Green+Blue) = 206+240+213=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0D5 is #310F2A. Grayscale: #E2E2E2. Windows color (decimal): -3215147 or 14020814. OLE color: 14020814.

HSL color Cylindrical-coordinate representation of color #CEF0D5: hue angle of 132.35º degrees, saturation: 0.53, 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 #CEF0D5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB206240213-
CMYK0.1400.110.06
HSL132.35º53.12%87.45%-
HSV(B)132.35º14.17%94.12%-
XYZ68.6280.2574.82-
YUV226.76120.24113.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.26%
GREEN value IS 240 (94.14% from 255) = 36.42%
BLUE value IS 213 (83.59% from 255) = 32.32%
R=31.26%
G=36.42%
B=32.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402130.1400.110.06132.3553.1287.45
HexCEF0D5E0B6843557
Octal31636032516013620465127
Binary110011101111000011010101111001011110100001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0D5; }

 p { color: rgb(206,240,213); }

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

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

 a { background-color: rgb(206,240,213); }

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

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

 span { border-color: rgb(206,240,213); }

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