#DFFAA8

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

Shades of Reef #DFFAA8

Tints of Reef #DFFAA8

Color information

#DFFAA8 (or 0xDFFAA8) is unknown color: approx Reef. HEX triplet: DF, FA and A8. RGB value is (223,250,168). Sum of RGB (Red+Green+Blue) = 223+250+168=641 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.79% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAA8 is #200557. Grayscale: #E8E8E8. Windows color (decimal): -2098520 or 11074271. OLE color: 11074271.

HSL color Cylindrical-coordinate representation of color #DFFAA8: hue angle of 79.76º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFFAA8 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB223250168-
CMYK0.1100.330.02
HSL79.76º89.13%81.96%-
HSV(B)79.76º32.8%98.04%-
XYZ71.6886.8950.04-
YUV232.5891.55121.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.79%
GREEN value IS 250 (98.05% from 255) = 39.00%
BLUE value IS 168 (66.02% from 255) = 26.21%
R=34.79%
G=39.00%
B=26.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501680.1100.330.0279.7689.1381.96
HexDFFAA8B0212505952
Octal337372250130412120131122
Binary1101111111111010101010001011010000110101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAA8; }

 p { color: rgb(223,250,168); }

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

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

 a { background-color: rgb(223,250,168); }

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

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

 span { border-color: rgb(223,250,168); }

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