Html Css Color HEX #DBFFAD Reef

📋 copy color: '#DBFFAD'

red 219 ◦ green 255 ◦ blue 173

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

Shades of Reef #DBFFAD

Tints of Reef #DBFFAD

RGB

 RED value IS 219 (85.94% from 255) = 33.85%

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

 BLUE value IS 173 (67.97% from 255) = 26.74%

R = 33.85%
G = 39.41%
B = 26.74%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#DBFFAD (or 0xDBFFAD) is known color: Reef. HEX triplet: DB, FF and AD. RGB value is (219,255,173). Sum of RGB (Red+Green+Blue) = 219+255+173=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 173 (67.97% from 255 or 26.74% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAD is #240052. Grayscale: #EBEBEB. Windows color (decimal): -2359379 or 11403227. OLE color: 11403227.

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

Color convert

RGB 219 255 173 -
CMYK 0.14 0 0.32 0
HSL 86.34º 1% 0.84% -
HSV(B) 86.34º 0.32% 1% -
XYZ 72.52 89.6 53.01 -
YUV 234.89 93.07 116.67 -
System Red Green Blue C M Y K H S L
Decimal 219 255 173 0.14 0 0.32 0 86.34 1 0.84
Hex DB FF AD E 0 20 0 56 64 54
Octal 333 377 255 16 0 40 0 126 144 124
Binary 11011011 11111111 10101101 1110 0 100000 0 1010110 1100100 1010100

Color Harmonies of #DBFFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFAD

Black with #DBFFAD

Text Example


Text Example

White with #DBFFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFAD; }

 p { color: rgb(219,255,173); }

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

background-color css

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

 a { background-color: rgb(219,255,173); }

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

border-color css

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

 span { border-color: rgb(219,255,173); }

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