#DFFFA0

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

Shades of Reef #DFFFA0

Tints of Reef #DFFFA0

Color information

#DFFFA0 (or 0xDFFFA0) is unknown color: approx Reef. HEX triplet: DF, FF and A0. RGB value is (223,255,160). Sum of RGB (Red+Green+Blue) = 223+255+160=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFA0 is #20005F. Grayscale: #EAEAEA. Windows color (decimal): -2097248 or 10551263. OLE color: 10551263.

HSL color Cylindrical-coordinate representation of color #DFFFA0: hue angle of 80.21º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFFFA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB223255160-
CMYK0.1300.370
HSL80.21º100%81.37%-
HSV(B)80.21º37.25%100%-
XYZ72.5489.7546.76-
YUV234.685.9119.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 160 (62.89% from 255) = 25.08%
R=34.95%
G=39.97%
B=25.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232551600.1300.37080.2110081.37
HexDFFFA0D0250506451
Octal337377240150450120144121
Binary110111111111111110100000110101001010101000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFA0; }

 p { color: rgb(223,255,160); }

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

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

 a { background-color: rgb(223,255,160); }

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

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

 span { border-color: rgb(223,255,160); }

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