Html Css Color HEX #DFFFB0 Reef

📋 copy color: '#DFFFB0'

red 223 ◦ green 255 ◦ blue 176

#DFFFB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DFFFB0

Tints of Reef #DFFFB0

RGB

 RED value IS 223 (87.5% from 255) = 34.1%

 GREEN value IS 255 (100% from 255) = 38.99%

 BLUE value IS 176 (69.14% from 255) = 26.91%

R = 34.1%
G = 38.99%
B = 26.91%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#DFFFB0 (or 0xDFFFB0) is known color: 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

RGB 223 255 176 -
CMYK 0.13 0 0.31 0
HSL 84.3º 1% 0.85% -
HSV(B) 84.3º 0.31% 1% -
XYZ 74.03 90.34 54.61 -
YUV 236.43 93.9 118.42 -
System Red Green Blue C M Y K H S L
Decimal 223 255 176 0.13 0 0.31 0 84.3 1 0.85
Hex DF FF B0 D 0 1F 0 54 64 55
Octal 337 377 260 15 0 37 0 124 144 125
Binary 11011111 11111111 10110000 1101 0 11111 0 1010100 1100100 1010101

Color Harmonies of #DFFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFFB0

Black with #DFFFB0

Text Example


Text Example

White with #DFFFB0

Text Example


Text Example

HTML Codes & Css Web 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>