#CCFFD4

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

Shades of Granny Apple #CCFFD4

Tints of Granny Apple #CCFFD4

Color information

#CCFFD4 (or 0xCCFFD4) is unknown color: approx Granny Apple. HEX triplet: CC, FF and D4. RGB value is (204,255,212). Sum of RGB (Red+Green+Blue) = 204+255+212=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 212 (83.20% from 255 or 31.59% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD4 is #33002B. Grayscale: #EAEAEA. Windows color (decimal): -3342380 or 13959116. OLE color: 13959116.

HSL color Cylindrical-coordinate representation of color #CCFFD4: hue angle of 129.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFD4 is Cyan = 0.2, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB204255212-
CMYK0.200.170
HSL129.41º100%90%-
HSV(B)129.41º20%100%-
XYZ72.5589.1175.66-
YUV234.85115.1106-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.40%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 212 (83.20% from 255) = 31.59%
R=30.40%
G=38.00%
B=31.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552120.200.170129.4110090
HexCCFFD414011081645a
Octal314377324240210201144132
Binary1100110011111111110101001010001000101000000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFD4; }

 p { color: rgb(204,255,212); }

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

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

 a { background-color: rgb(204,255,212); }

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

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

 span { border-color: rgb(204,255,212); }

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