#DFFAA5

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

Shades of Reef #DFFAA5

Tints of Reef #DFFAA5

Color information

#DFFAA5 (or 0xDFFAA5) is unknown color: approx Reef. HEX triplet: DF, FA and A5. RGB value is (223,250,165). Sum of RGB (Red+Green+Blue) = 223+250+165=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 165 (64.84% from 255 or 25.86% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAA5 is #20055A. Grayscale: #E8E8E8. Windows color (decimal): -2098523 or 10877663. OLE color: 10877663.

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

Color convert

RGB223250165-
CMYK0.1100.340.02
HSL79.06º89.47%81.37%-
HSV(B)79.06º34%98.04%-
XYZ71.4186.7848.58-
YUV232.2490.05121.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.95%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 165 (64.84% from 255) = 25.86%
R=34.95%
G=39.18%
B=25.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501650.1100.340.0279.0689.4781.37
HexDFFAA5B02224f5951
Octal337372245130422117131121
Binary1101111111111010101001011011010001010100111110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAA5; }

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

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

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

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

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

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

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

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