#CCF8CE

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

Shades of Granny Apple #CCF8CE

Tints of Granny Apple #CCF8CE

Color information

#CCF8CE (or 0xCCF8CE) is unknown color: approx Granny Apple. HEX triplet: CC, F8 and CE. RGB value is (204,248,206). Sum of RGB (Red+Green+Blue) = 204+248+206=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CE is #330731. Grayscale: #E6E6E6. Windows color (decimal): -3344178 or 13564108. OLE color: 13564108.

HSL color Cylindrical-coordinate representation of color #CCF8CE: hue angle of 122.73º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8CE is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB204248206-
CMYK0.1800.170.03
HSL122.73º75.86%88.63%-
HSV(B)122.73º17.74%97.25%-
XYZ69.6184.4371.02-
YUV230.06114.42109.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 248 (97.27% from 255) = 37.69%
BLUE value IS 206 (80.86% from 255) = 31.31%
R=31.00%
G=37.69%
B=31.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482060.1800.170.03122.7375.8688.63
HexCCF8CE1201137b4c59
Octal314370316220213173114131
Binary1100110011111000110011101001001000111111101110011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8CE; }

 p { color: rgb(204,248,206); }

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

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

 a { background-color: rgb(204,248,206); }

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

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

 span { border-color: rgb(204,248,206); }

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