#CFF0D5

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

Shades of Granny Apple #CFF0D5

Tints of Granny Apple #CFF0D5

Color information

#CFF0D5 (or 0xCFF0D5) is unknown color: approx Granny Apple. HEX triplet: CF, F0 and D5. RGB value is (207,240,213). Sum of RGB (Red+Green+Blue) = 207+240+213=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0D5 is #300F2A. Grayscale: #E3E3E3. Windows color (decimal): -3149611 or 14020815. OLE color: 14020815.

HSL color Cylindrical-coordinate representation of color #CFF0D5: hue angle of 130.91º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0D5 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB207240213-
CMYK0.1400.110.06
HSL130.91º52.38%87.65%-
HSV(B)130.91º13.75%94.12%-
XYZ68.980.3974.84-
YUV227.06120.07113.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 240 (94.14% from 255) = 36.36%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=31.36%
G=36.36%
B=32.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402130.1400.110.06130.9152.3887.65
HexCFF0D5E0B6833458
Octal31736032516013620364130
Binary110011111111000011010101111001011110100000111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0D5; }

 p { color: rgb(207,240,213); }

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

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

 a { background-color: rgb(207,240,213); }

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

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

 span { border-color: rgb(207,240,213); }

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