Html Css Color HEX #DBF9AD Reef

📋 copy color: '#DBF9AD'

red 219 ◦ green 249 ◦ blue 173

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

Shades of Reef #DBF9AD

Tints of Reef #DBF9AD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

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

R = 34.17%
G = 38.85%
B = 26.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DBF9AD (or 0xDBF9AD) is known color: Reef. HEX triplet: DB, F9 and AD. RGB value is (219,249,173). Sum of RGB (Red+Green+Blue) = 219+249+173=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 173 (67.97% from 255 or 26.99% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9AD is #240652. Grayscale: #E7E7E7. Windows color (decimal): -2360915 or 11401691. OLE color: 11401691.

HSL color Cylindrical-coordinate representation of color #DBF9AD: hue angle of 83.68º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBF9AD is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 173 -
CMYK 0.12 0 0.31 0.02
HSL 83.68º 0.86% 0.83% -
HSV(B) 83.68º 0.31% 0.98% -
XYZ 70.63 85.83 52.38 -
YUV 231.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 219 249 173 0.12 0 0.31 0.02 83.68 0.86 0.83
Hex DB F9 AD C 0 1F 2 54 56 53
Octal 333 371 255 14 0 37 2 124 126 123
Binary 11011011 11111001 10101101 1100 0 11111 10 1010100 1010110 1010011

Color Harmonies of #DBF9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9AD

Black with #DBF9AD

Text Example


Text Example

White with #DBF9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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