#CCFAD7

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

Shades of Granny Apple #CCFAD7

Tints of Granny Apple #CCFAD7

Color information

#CCFAD7 (or 0xCCFAD7) is unknown color: approx Granny Apple. HEX triplet: CC, FA and D7. RGB value is (204,250,215). Sum of RGB (Red+Green+Blue) = 204+250+215=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAD7 is #330528. Grayscale: #E8E8E8. Windows color (decimal): -3343657 or 14154444. OLE color: 14154444.

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

Color convert

RGB204250215-
CMYK0.1800.140.02
HSL134.35º82.14%89.02%-
HSV(B)134.35º18.4%98.04%-
XYZ71.3586.1177.15-
YUV232.26118.26107.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 215 (84.38% from 255) = 32.14%
R=30.49%
G=37.37%
B=32.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502150.1800.140.02134.3582.1489.02
HexCCFAD7120E2865259
Octal314372327220162206122131
Binary1100110011111010110101111001001110101000011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAD7; }

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

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

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

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

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

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

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

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