#DFFFB2

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

Shades of Reef #DFFFB2

Tints of Reef #DFFFB2

Color information

#DFFFB2 (or 0xDFFFB2) is unknown color: approx Reef. HEX triplet: DF, FF and B2. RGB value is (223,255,178). Sum of RGB (Red+Green+Blue) = 223+255+178=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 178 (69.92% from 255 or 27.13% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFB2 is #20004D. Grayscale: #ECECEC. Windows color (decimal): -2097230 or 11730911. OLE color: 11730911.

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

Color convert

RGB223255178-
CMYK0.1300.300
HSL84.94º100%84.9%-
HSV(B)84.94º30.2%100%-
XYZ74.2390.4255.66-
YUV236.6594.9118.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 255 (100% from 255) = 38.87%
BLUE value IS 178 (69.92% from 255) = 27.13%
R=33.99%
G=38.87%
B=27.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2232551780.1300.30084.9410084.9
HexDFFFB2D01E0556455
Octal337377262150360125144125
Binary11011111111111111011001011010111100101010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFFB2; }

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

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

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

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

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

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

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

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