Html Css Color HEX #DBF7AD Reef

📋 copy color: '#DBF7AD'

red 219 ◦ green 247 ◦ blue 173

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

Shades of Reef #DBF7AD

Tints of Reef #DBF7AD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.65%

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

R = 34.27%
G = 38.65%
B = 27.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#DBF7AD (or 0xDBF7AD) is known color: Reef. HEX triplet: DB, F7 and AD. RGB value is (219,247,173). Sum of RGB (Red+Green+Blue) = 219+247+173=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF7AD is #240852. Grayscale: #E6E6E6. Windows color (decimal): -2361427 or 11401179. OLE color: 11401179.

HSL color Cylindrical-coordinate representation of color #DBF7AD: hue angle of 82.7º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBF7AD is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 173 -
CMYK 0.11 0 0.30 0.03
HSL 82.7º 0.82% 0.82% -
HSV(B) 82.7º 0.3% 0.97% -
XYZ 70.02 84.6 52.17 -
YUV 230.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 219 247 173 0.11 0 0.30 0.03 82.7 0.82 0.82
Hex DB F7 AD B 0 1E 3 53 52 52
Octal 333 367 255 13 0 36 3 123 122 122
Binary 11011011 11110111 10101101 1011 0 11110 11 1010011 1010010 1010010

Color Harmonies of #DBF7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF7AD

Black with #DBF7AD

Text Example


Text Example

White with #DBF7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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