#CEEFCF

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

Shades of Granny Apple #CEEFCF

Tints of Granny Apple #CEEFCF

Color information

#CEEFCF (or 0xCEEFCF) is unknown color: approx Granny Apple. HEX triplet: CE, EF and CF. RGB value is (206,239,207). Sum of RGB (Red+Green+Blue) = 206+239+207=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFCF is #311030. Grayscale: #E1E1E1. Windows color (decimal): -3215409 or 13627342. OLE color: 13627342.

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

Color convert

RGB206239207-
CMYK0.1400.130.06
HSL121.82º50.77%87.25%-
HSV(B)121.82º13.81%93.73%-
XYZ67.5879.3670.79-
YUV225.48117.57114.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.60%
GREEN value IS 239 (93.75% from 255) = 36.66%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=31.60%
G=36.66%
B=31.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392070.1400.130.06121.8250.7787.25
HexCEEFCFE0D67a3357
Octal31635731716015617263127
Binary11001110111011111100111111100110111011110101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFCF; }

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

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

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

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

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

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

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

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