#CCF5CE

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

Shades of Granny Apple #CCF5CE

Tints of Granny Apple #CCF5CE

Color information

#CCF5CE (or 0xCCF5CE) is unknown color: approx Granny Apple. HEX triplet: CC, F5 and CE. RGB value is (204,245,206). Sum of RGB (Red+Green+Blue) = 204+245+206=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF5CE is #330A31. Grayscale: #E4E4E4. Windows color (decimal): -3344946 or 13563340. OLE color: 13563340.

HSL color Cylindrical-coordinate representation of color #CCF5CE: hue angle of 122.93º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5CE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB204245206-
CMYK0.1700.160.04
HSL122.93º67.21%88.04%-
HSV(B)122.93º16.73%96.08%-
XYZ68.6982.670.72-
YUV228.3115.42110.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 245 (96.09% from 255) = 37.40%
BLUE value IS 206 (80.86% from 255) = 31.45%
R=31.15%
G=37.40%
B=31.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042452060.1700.160.04122.9367.2188.04
HexCCF5CE1101047b4358
Octal314365316210204173103130
Binary11001100111101011100111010001010000100111101110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF5CE; }

 p { color: rgb(204,245,206); }

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

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

 a { background-color: rgb(204,245,206); }

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

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

 span { border-color: rgb(204,245,206); }

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