#CEF1D5

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

Shades of Granny Apple #CEF1D5

Tints of Granny Apple #CEF1D5

Color information

#CEF1D5 (or 0xCEF1D5) is unknown color: approx Granny Apple. HEX triplet: CE, F1 and D5. RGB value is (206,241,213). Sum of RGB (Red+Green+Blue) = 206+241+213=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1D5 is #310E2A. Grayscale: #E3E3E3. Windows color (decimal): -3214891 or 14021070. OLE color: 14021070.

HSL color Cylindrical-coordinate representation of color #CEF1D5: hue angle of 132º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF1D5 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB206241213-
CMYK0.1500.120.05
HSL132º55.56%87.65%-
HSV(B)132º14.52%94.51%-
XYZ68.9280.8474.92-
YUV227.34119.9112.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.21%
GREEN value IS 241 (94.53% from 255) = 36.52%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=31.21%
G=36.52%
B=32.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062412130.1500.120.0513255.5687.65
HexCEF1D5F0C5843858
Octal31636132517014520470130
Binary110011101111000111010101111101100101100001001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1D5; }

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

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

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

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

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

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

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

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