#CCF8CF

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

Shades of Granny Apple #CCF8CF

Tints of Granny Apple #CCF8CF

Color information

#CCF8CF (or 0xCCF8CF) is unknown color: approx Granny Apple. HEX triplet: CC, F8 and CF. RGB value is (204,248,207). Sum of RGB (Red+Green+Blue) = 204+248+207=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 248 (97.27% from 255 or 37.63% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8CF is #330730. Grayscale: #E6E6E6. Windows color (decimal): -3344177 or 13629644. OLE color: 13629644.

HSL color Cylindrical-coordinate representation of color #CCF8CF: hue angle of 124.09º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8CF is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB204248207-
CMYK0.1800.170.03
HSL124.09º75.86%88.63%-
HSV(B)124.09º17.74%97.25%-
XYZ69.7384.4871.66-
YUV230.17114.92109.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 248 (97.27% from 255) = 37.63%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=30.96%
G=37.63%
B=31.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042482070.1800.170.03124.0975.8688.63
HexCCF8CF1201137c4c59
Octal314370317220213174114131
Binary1100110011111000110011111001001000111111110010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8CF; }

 p { color: rgb(204,248,207); }

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

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

 a { background-color: rgb(204,248,207); }

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

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

 span { border-color: rgb(204,248,207); }

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