#CCF1CF

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

Shades of Granny Apple #CCF1CF

Tints of Granny Apple #CCF1CF

Color information

#CCF1CF (or 0xCCF1CF) is unknown color: approx Granny Apple. HEX triplet: CC, F1 and CF. RGB value is (204,241,207). Sum of RGB (Red+Green+Blue) = 204+241+207=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1CF is #330E30. Grayscale: #E2E2E2. Windows color (decimal): -3345969 or 13627852. OLE color: 13627852.

HSL color Cylindrical-coordinate representation of color #CCF1CF: hue angle of 124.86º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF1CF is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB204241207-
CMYK0.1500.140.05
HSL124.86º56.92%87.25%-
HSV(B)124.86º15.35%94.51%-
XYZ67.6280.2570.96-
YUV226.06117.24112.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 207 (81.25% from 255) = 31.75%
R=31.29%
G=36.96%
B=31.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042412070.1500.140.05124.8656.9287.25
HexCCF1CFF0E57d3957
Octal31436131717016517571127
Binary11001100111100011100111111110111010111111011110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1CF; }

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

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

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

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

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

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

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

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