#CCFFD2

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

Shades of Granny Apple #CCFFD2

Tints of Granny Apple #CCFFD2

Color information

#CCFFD2 (or 0xCCFFD2) is unknown color: approx Granny Apple. HEX triplet: CC, FF and D2. RGB value is (204,255,210). Sum of RGB (Red+Green+Blue) = 204+255+210=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFD2 is #33002D. Grayscale: #EAEAEA. Windows color (decimal): -3342382 or 13828044. OLE color: 13828044.

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

Color convert

RGB204255210-
CMYK0.200.180
HSL127.06º100%90%-
HSV(B)127.06º20%100%-
XYZ72.2989.0174.34-
YUV234.62114.1106.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 210 (82.42% from 255) = 31.39%
R=30.49%
G=38.12%
B=31.39%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552100.200.180127.0610090
HexCCFFD21401207f645a
Octal314377322240220177144132
Binary110011001111111111010010101000100100111111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFD2; }

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

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

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

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

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

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

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

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