#DFFFB0

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

Shades of Reef #DFFFB0

Tints of Reef #DFFFB0

Color information

#DFFFB0 (or 0xDFFFB0) is unknown color: approx Reef. HEX triplet: DF, FF and B0. RGB value is (223,255,176). Sum of RGB (Red+Green+Blue) = 223+255+176=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 176 (69.14% from 255 or 26.91% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFB0 is #20004F. Grayscale: #ECECEC. Windows color (decimal): -2097232 or 11599839. OLE color: 11599839.

HSL color Cylindrical-coordinate representation of color #DFFFB0: hue angle of 84.3º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFFFB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB223255176-
CMYK0.1300.310
HSL84.3º100%84.51%-
HSV(B)84.3º30.98%100%-
XYZ74.0390.3454.61-
YUV236.4393.9118.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 176 (69.14% from 255) = 26.91%
R=34.10%
G=38.99%
B=26.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232551760.1300.31084.310084.51
HexDFFFB0D01F0546455
Octal337377260150370124144125
Binary11011111111111111011000011010111110101010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFB0; }

 p { color: rgb(223,255,176); }

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

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

 a { background-color: rgb(223,255,176); }

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

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

 span { border-color: rgb(223,255,176); }

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