Html Css Color HEX #DFFAB0 Reef

📋 copy color: '#DFFAB0'

red 223 ◦ green 250 ◦ blue 176

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

Shades of Reef #DFFAB0

Tints of Reef #DFFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.52%

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

R = 34.36%
G = 38.52%
B = 27.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DFFAB0 (or 0xDFFAB0) is known color: Reef. HEX triplet: DF, FA and B0. RGB value is (223,250,176). Sum of RGB (Red+Green+Blue) = 223+250+176=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFAB0 is #20054F. Grayscale: #E9E9E9. Windows color (decimal): -2098512 or 11598559. OLE color: 11598559.

HSL color Cylindrical-coordinate representation of color #DFFAB0: hue angle of 81.89º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFFAB0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 223 250 176 -
CMYK 0.11 0 0.30 0.02
HSL 81.89º 0.88% 0.84% -
HSV(B) 81.89º 0.3% 0.98% -
XYZ 72.45 87.19 54.09 -
YUV 233.49 95.55 120.52 -
System Red Green Blue C M Y K H S L
Decimal 223 250 176 0.11 0 0.30 0.02 81.89 0.88 0.84
Hex DF FA B0 B 0 1E 2 52 58 54
Octal 337 372 260 13 0 36 2 122 130 124
Binary 11011111 11111010 10110000 1011 0 11110 10 1010010 1011000 1010100

Color Harmonies of #DFFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFAB0

Black with #DFFAB0

Text Example


Text Example

White with #DFFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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