#CCFADA

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

Shades of Granny Apple #CCFADA

Tints of Granny Apple #CCFADA

Color information

#CCFADA (or 0xCCFADA) is unknown color: approx Granny Apple. HEX triplet: CC, FA and DA. RGB value is (204,250,218). Sum of RGB (Red+Green+Blue) = 204+250+218=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFADA is #330525. Grayscale: #E8E8E8. Windows color (decimal): -3343654 or 14351052. OLE color: 14351052.

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

Color convert

RGB204250218-
CMYK0.1800.130.02
HSL138.26º82.14%89.02%-
HSV(B)138.26º18.4%98.04%-
XYZ71.7486.2779.2-
YUV232.6119.76107.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.36%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=30.36%
G=37.20%
B=32.44%

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
Decimal2042502180.1800.130.02138.2682.1489.02
HexCCFADA120D28a5259
Octal314372332220152212122131
Binary1100110011111010110110101001001101101000101010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFADA; }

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

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

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

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

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

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

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

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