Html Css Color HEX #DFEFA0 Reef

📋 copy color: '#DFEFA0'

red 223 ◦ green 239 ◦ blue 160

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

Shades of Reef #DFEFA0

Tints of Reef #DFEFA0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.42%

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

R = 35.85%
G = 38.42%
B = 25.72%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#DFEFA0 (or 0xDFEFA0) is known color: Reef. HEX triplet: DF, EF and A0. RGB value is (223,239,160). Sum of RGB (Red+Green+Blue) = 223+239+160=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 160 (62.89% from 255 or 25.72% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEFA0 is #20105F. Grayscale: #E1E1E1. Windows color (decimal): -2101344 or 10547167. OLE color: 10547167.

HSL color Cylindrical-coordinate representation of color #DFEFA0: hue angle of 72.15º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFEFA0 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 223 239 160 -
CMYK 0.07 0 0.33 0.06
HSL 72.15º 0.71% 0.78% -
HSV(B) 72.15º 0.33% 0.94% -
XYZ 67.64 79.96 45.13 -
YUV 225.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 223 239 160 0.07 0 0.33 0.06 72.15 0.71 0.78
Hex DF EF A0 7 0 21 6 48 47 4E
Octal 337 357 240 7 0 41 6 110 107 116
Binary 11011111 11101111 10100000 111 0 100001 110 1001000 1000111 1001110

Color Harmonies of #DFEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEFA0

Black with #DFEFA0

Text Example


Text Example

White with #DFEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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