#DFFBA8

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

Shades of Reef #DFFBA8

Tints of Reef #DFFBA8

Color information

#DFFBA8 (or 0xDFFBA8) is unknown color: approx Reef. HEX triplet: DF, FB and A8. RGB value is (223,251,168). Sum of RGB (Red+Green+Blue) = 223+251+168=642 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.74% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBA8 is #200457. Grayscale: #E9E9E9. Windows color (decimal): -2098264 or 11074527. OLE color: 11074527.

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

Color convert

RGB223251168-
CMYK0.1100.330.02
HSL80.24º91.21%82.16%-
HSV(B)80.24º33.07%98.43%-
XYZ7287.5150.14-
YUV233.1791.22120.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.74%
GREEN value IS 251 (98.44% from 255) = 39.10%
BLUE value IS 168 (66.02% from 255) = 26.17%
R=34.74%
G=39.10%
B=26.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511680.1100.330.0280.2491.2182.16
HexDFFBA8B0212505b52
Octal337373250130412120133122
Binary1101111111111011101010001011010000110101000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBA8; }

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

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

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

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

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

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

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

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