#DFFBA2

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

Shades of Reef #DFFBA2

Tints of Reef #DFFBA2

Color information

#DFFBA2 (or 0xDFFBA2) is unknown color: approx Reef. HEX triplet: DF, FB and A2. RGB value is (223,251,162). Sum of RGB (Red+Green+Blue) = 223+251+162=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 162 (63.67% from 255 or 25.47% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBA2 is #20045D. Grayscale: #E8E8E8. Windows color (decimal): -2098270 or 10681311. OLE color: 10681311.

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

Color convert

RGB223251162-
CMYK0.1100.350.02
HSL78.88º91.75%80.98%-
HSV(B)78.88º35.46%98.43%-
XYZ71.4587.2947.27-
YUV232.4888.22121.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 162 (63.67% from 255) = 25.47%
R=35.06%
G=39.47%
B=25.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511620.1100.350.0278.8891.7580.98
HexDFFBA2B02324f5c51
Octal337373242130432117134121
Binary1101111111111011101000101011010001110100111110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBA2; }

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

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

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

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

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

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

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

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