#CEEACF

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

Shades of Granny Apple #CEEACF

Tints of Granny Apple #CEEACF

Color information

#CEEACF (or 0xCEEACF) is unknown color: approx Granny Apple. HEX triplet: CE, EA and CF. RGB value is (206,234,207). Sum of RGB (Red+Green+Blue) = 206+234+207=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEACF is #311530. Grayscale: #DEDEDE. Windows color (decimal): -3216689 or 13626062. OLE color: 13626062.

HSL color Cylindrical-coordinate representation of color #CEEACF: hue angle of 122.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEACF is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB206234207-
CMYK0.1200.120.08
HSL122.14º40%86.27%-
HSV(B)122.14º11.97%91.76%-
XYZ66.1476.4770.31-
YUV222.55119.22116.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=31.84%
G=36.17%
B=31.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062342070.1200.120.08122.144086.27
HexCEEACFC0C87a2856
Octal316352317140141017250126
Binary110011101110101011001111110001100100011110101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEACF; }

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

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

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

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

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

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

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

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