#CCFACE

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

Shades of Granny Apple #CCFACE

Tints of Granny Apple #CCFACE

Color information

#CCFACE (or 0xCCFACE) is unknown color: approx Granny Apple. HEX triplet: CC, FA and CE. RGB value is (204,250,206). Sum of RGB (Red+Green+Blue) = 204+250+206=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFACE is #330531. Grayscale: #E7E7E7. Windows color (decimal): -3343666 or 13564620. OLE color: 13564620.

HSL color Cylindrical-coordinate representation of color #CCFACE: hue angle of 122.61º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFACE is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB204250206-
CMYK0.1800.180.02
HSL122.61º82.14%89.02%-
HSV(B)122.61º18.4%98.04%-
XYZ70.2385.6671.23-
YUV231.23113.76108.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.91%
GREEN value IS 250 (98.05% from 255) = 37.88%
BLUE value IS 206 (80.86% from 255) = 31.21%
R=30.91%
G=37.88%
B=31.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502060.1800.180.02122.6182.1489.02
HexCCFACE1201227b5259
Octal314372316220222173122131
Binary1100110011111010110011101001001001010111101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFACE; }

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

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

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

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

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

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

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

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