#CFF0D2

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

Shades of Granny Apple #CFF0D2

Tints of Granny Apple #CFF0D2

Color information

#CFF0D2 (or 0xCFF0D2) is unknown color: approx Granny Apple. HEX triplet: CF, F0 and D2. RGB value is (207,240,210). Sum of RGB (Red+Green+Blue) = 207+240+210=657 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.51% from 657); Green value is 240 (94.14% from 255 or 36.53% from 657); Blue value is 210 (82.42% from 255 or 31.96% from 657); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0D2 is #300F2D. Grayscale: #E2E2E2. Windows color (decimal): -3149614 or 13824207. OLE color: 13824207.

HSL color Cylindrical-coordinate representation of color #CFF0D2: hue angle of 125.45º 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 #CFF0D2 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB207240210-
CMYK0.1400.120.06
HSL125.45º52.38%87.65%-
HSV(B)125.45º13.75%94.12%-
XYZ68.5380.2472.85-
YUV226.71118.57113.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.51%
GREEN value IS 240 (94.14% from 255) = 36.53%
BLUE value IS 210 (82.42% from 255) = 31.96%
R=31.51%
G=36.53%
B=31.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402100.1400.120.06125.4552.3887.65
HexCFF0D2E0C67d3458
Octal31736032216014617564130
Binary11001111111100001101001011100110011011111011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0D2; }

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

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

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

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

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

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

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

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