Html Css Color HEX #DFFFA0 Reef

📋 copy color: '#DFFFA0'

red 223 ◦ green 255 ◦ blue 160

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

Shades of Reef #DFFFA0

Tints of Reef #DFFFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.08%

R = 34.95%
G = 39.97%
B = 25.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#DFFFA0 (or 0xDFFFA0) is known color: Reef. HEX triplet: DF, FF and A0. RGB value is (223,255,160). Sum of RGB (Red+Green+Blue) = 223+255+160=638 (84% of max value = 765). Red value is 223 (87.5% from 255 or 34.95% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 160 (62.89% from 255 or 25.08% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #DFFFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFFA0 is #20005F. Grayscale: #EAEAEA. Windows color (decimal): -2097248 or 10551263. OLE color: 10551263.

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

Color convert

RGB 223 255 160 -
CMYK 0.13 0 0.37 0
HSL 80.21º 1% 0.81% -
HSV(B) 80.21º 0.37% 1% -
XYZ 72.54 89.75 46.76 -
YUV 234.6 85.9 119.72 -
System Red Green Blue C M Y K H S L
Decimal 223 255 160 0.13 0 0.37 0 80.21 1 0.81
Hex DF FF A0 D 0 25 0 50 64 51
Octal 337 377 240 15 0 45 0 120 144 121
Binary 11011111 11111111 10100000 1101 0 100101 0 1010000 1100100 1010001

Color Harmonies of #DFFFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFFA0

Black with #DFFFA0

Text Example


Text Example

White with #DFFFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFFA0; }

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

 H1.HeaderClassName
 {
   color: #DFFFA0;
 }
 .AnyTagClassName
 {
   color: #DFFFA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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