#CEF2D7

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

Shades of Granny Apple #CEF2D7

Tints of Granny Apple #CEF2D7

Color information

#CEF2D7 (or 0xCEF2D7) is unknown color: approx Granny Apple. HEX triplet: CE, F2 and D7. RGB value is (206,242,215). Sum of RGB (Red+Green+Blue) = 206+242+215=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 215 (84.38% from 255 or 32.43% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2D7 is #310D28. Grayscale: #E4E4E4. Windows color (decimal): -3214633 or 14152398. OLE color: 14152398.

HSL color Cylindrical-coordinate representation of color #CEF2D7: hue angle of 135º degrees, saturation: 0.58, 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 #CEF2D7 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB206242215-
CMYK0.1500.110.05
HSL135º58.06%87.84%-
HSV(B)135º14.88%94.9%-
XYZ69.4781.5376.37-
YUV228.16120.57112.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 242 (94.92% from 255) = 36.50%
BLUE value IS 215 (84.38% from 255) = 32.43%
R=31.07%
G=36.50%
B=32.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062422150.1500.110.0513558.0687.84
HexCEF2D7F0B5873a58
Octal31636232717013520772130
Binary110011101111001011010111111101011101100001111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF2D7; }

 p { color: rgb(206,242,215); }

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

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

 a { background-color: rgb(206,242,215); }

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

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

 span { border-color: rgb(206,242,215); }

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