#CEF9D5

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

Shades of Granny Apple #CEF9D5

Tints of Granny Apple #CEF9D5

Color information

#CEF9D5 (or 0xCEF9D5) is unknown color: approx Granny Apple. HEX triplet: CE, F9 and D5. RGB value is (206,249,213). Sum of RGB (Red+Green+Blue) = 206+249+213=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 249 (97.66% from 255 or 37.28% from 668); Blue value is 213 (83.59% from 255 or 31.89% from 668); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9D5 is #31062A. Grayscale: #E8E8E8. Windows color (decimal): -3212843 or 14023118. OLE color: 14023118.

HSL color Cylindrical-coordinate representation of color #CEF9D5: hue angle of 129.77º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9D5 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB206249213-
CMYK0.1700.140.02
HSL129.77º78.18%89.22%-
HSV(B)129.77º17.27%97.65%-
XYZ71.3485.6875.73-
YUV232.04117.25109.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.84%
GREEN value IS 249 (97.66% from 255) = 37.28%
BLUE value IS 213 (83.59% from 255) = 31.89%
R=30.84%
G=37.28%
B=31.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492130.1700.140.02129.7778.1889.22
HexCEF9D5110E2824e59
Octal316371325210162202116131
Binary1100111011111001110101011000101110101000001010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9D5; }

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

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

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

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

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

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

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

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