#DFFAAA

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

Shades of Reef #DFFAAA

Tints of Reef #DFFAAA

Color information

#DFFAAA (or 0xDFFAAA) is unknown color: approx Reef. HEX triplet: DF, FA and AA. RGB value is (223,250,170). Sum of RGB (Red+Green+Blue) = 223+250+170=643 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.68% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 170 (66.80% from 255 or 26.44% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAAA is #200555. Grayscale: #E9E9E9. Windows color (decimal): -2098518 or 11205343. OLE color: 11205343.

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

Color convert

RGB223250170-
CMYK0.1100.320.02
HSL80.25º88.89%82.35%-
HSV(B)80.25º32%98.04%-
XYZ71.8786.9651.03-
YUV232.8192.55121-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.68%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 170 (66.80% from 255) = 26.44%
R=34.68%
G=38.88%
B=26.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501700.1100.320.0280.2588.8982.35
HexDFFAAAB0202505952
Octal337372252130402120131122
Binary1101111111111010101010101011010000010101000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAAA; }

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

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

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

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

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

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

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

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