#CCFAD9

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

Shades of Granny Apple #CCFAD9

Tints of Granny Apple #CCFAD9

Color information

#CCFAD9 (or 0xCCFAD9) is unknown color: approx Granny Apple. HEX triplet: CC, FA and D9. RGB value is (204,250,217). Sum of RGB (Red+Green+Blue) = 204+250+217=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAD9 is #330526. Grayscale: #E8E8E8. Windows color (decimal): -3343655 or 14285516. OLE color: 14285516.

HSL color Cylindrical-coordinate representation of color #CCFAD9: hue angle of 136.96º 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 #CCFAD9 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB204250217-
CMYK0.1800.130.02
HSL136.96º82.14%89.02%-
HSV(B)136.96º18.4%98.04%-
XYZ71.6186.2278.51-
YUV232.48119.26107.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 250 (98.05% from 255) = 37.26%
BLUE value IS 217 (85.16% from 255) = 32.34%
R=30.40%
G=37.26%
B=32.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502170.1800.130.02136.9682.1489.02
HexCCFAD9120D2895259
Octal314372331220152211122131
Binary1100110011111010110110011001001101101000100110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAD9; }

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

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

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

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

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

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

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

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