#DFFBAF

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

Shades of Reef #DFFBAF

Tints of Reef #DFFBAF

Color information

#DFFBAF (or 0xDFFBAF) is unknown color: approx Reef. HEX triplet: DF, FB and AF. RGB value is (223,251,175). Sum of RGB (Red+Green+Blue) = 223+251+175=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFBAF is #200450. Grayscale: #EAEAEA. Windows color (decimal): -2098257 or 11533279. OLE color: 11533279.

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

Color convert

RGB223251175-
CMYK0.1100.300.02
HSL82.11º90.48%83.53%-
HSV(B)82.11º30.28%98.43%-
XYZ72.6787.7853.67-
YUV233.9694.72120.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.36%
GREEN value IS 251 (98.44% from 255) = 38.67%
BLUE value IS 175 (68.75% from 255) = 26.96%
R=34.36%
G=38.67%
B=26.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511750.1100.300.0282.1190.4883.53
HexDFFBAFB01E2525a54
Octal337373257130362122132124
Binary110111111111101110101111101101111010101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBAF; }

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

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

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

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

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

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

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

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