#CCFAD1

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

Shades of Granny Apple #CCFAD1

Tints of Granny Apple #CCFAD1

Color information

#CCFAD1 (or 0xCCFAD1) is unknown color: approx Granny Apple. HEX triplet: CC, FA and D1. RGB value is (204,250,209). Sum of RGB (Red+Green+Blue) = 204+250+209=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAD1 is #33052E. Grayscale: #E7E7E7. Windows color (decimal): -3343663 or 13761228. OLE color: 13761228.

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

Color convert

RGB204250209-
CMYK0.1800.160.02
HSL126.52º82.14%89.02%-
HSV(B)126.52º18.4%98.04%-
XYZ70.685.8173.16-
YUV231.57115.26108.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.77%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=30.77%
G=37.71%
B=31.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502090.1800.160.02126.5282.1489.02
HexCCFAD11201027f5259
Octal314372321220202177122131
Binary1100110011111010110100011001001000010111111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAD1; }

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

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

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

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

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

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

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

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