#DFFBA5

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

Shades of Reef #DFFBA5

Tints of Reef #DFFBA5

Color information

#DFFBA5 (or 0xDFFBA5) is unknown color: approx Reef. HEX triplet: DF, FB and A5. RGB value is (223,251,165). Sum of RGB (Red+Green+Blue) = 223+251+165=639 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.90% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 165 (64.84% from 255 or 25.82% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBA5 is #20045A. Grayscale: #E9E9E9. Windows color (decimal): -2098267 or 10877919. OLE color: 10877919.

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

Color convert

RGB223251165-
CMYK0.1100.340.02
HSL79.53º91.49%81.57%-
HSV(B)79.53º34.26%98.43%-
XYZ71.7287.448.69-
YUV232.8289.72120.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.90%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 165 (64.84% from 255) = 25.82%
R=34.90%
G=39.28%
B=25.82%

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
Decimal2232511650.1100.340.0279.5391.4981.57
HexDFFBA5B0222505b52
Octal337373245130422120133122
Binary1101111111111011101001011011010001010101000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBA5; }

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

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

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

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

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

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

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

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