#DFFAB2

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

Shades of Reef #DFFAB2

Tints of Reef #DFFAB2

Color information

#DFFAB2 (or 0xDFFAB2) is unknown color: approx Reef. HEX triplet: DF, FA and B2. RGB value is (223,250,178). Sum of RGB (Red+Green+Blue) = 223+250+178=651 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.25% from 651); Green value is 250 (98.05% from 255 or 38.40% from 651); Blue value is 178 (69.92% from 255 or 27.34% from 651); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAB2 is #20054D. Grayscale: #E9E9E9. Windows color (decimal): -2098510 or 11729631. OLE color: 11729631.

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

Color convert

RGB223250178-
CMYK0.1100.290.02
HSL82.5º87.8%83.92%-
HSV(B)82.5º28.8%98.04%-
XYZ72.6587.2755.14-
YUV233.7296.55120.35-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.25%
GREEN value IS 250 (98.05% from 255) = 38.40%
BLUE value IS 178 (69.92% from 255) = 27.34%
R=34.25%
G=38.40%
B=27.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232501780.1100.290.0282.587.883.92
HexDFFAB2B01D2525854
Octal337372262130352122130124
Binary110111111111101010110010101101110110101001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAB2; }

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

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

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

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

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

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

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

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