#CEF0CF

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

Shades of Granny Apple #CEF0CF

Tints of Granny Apple #CEF0CF

Color information

#CEF0CF (or 0xCEF0CF) is unknown color: approx Granny Apple. HEX triplet: CE, F0 and CF. RGB value is (206,240,207). Sum of RGB (Red+Green+Blue) = 206+240+207=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 207 (81.25% from 255 or 31.70% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0CF is #310F30. Grayscale: #E2E2E2. Windows color (decimal): -3215153 or 13627598. OLE color: 13627598.

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

Color convert

RGB206240207-
CMYK0.1400.140.06
HSL121.76º53.12%87.45%-
HSV(B)121.76º14.17%94.12%-
XYZ67.8879.9570.89-
YUV226.07117.24113.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 207 (81.25% from 255) = 31.70%
R=31.55%
G=36.75%
B=31.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062402070.1400.140.06121.7653.1287.45
HexCEF0CFE0E67a3557
Octal31636031716016617265127
Binary11001110111100001100111111100111011011110101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0CF; }

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

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

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

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

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

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

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

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