Html Css Color HEX #DBF6AD Reef

📋 copy color: '#DBF6AD'

red 219 ◦ green 246 ◦ blue 173

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

Shades of Reef #DBF6AD

Tints of Reef #DBF6AD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.56%

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

R = 34.33%
G = 38.56%
B = 27.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DBF6AD (or 0xDBF6AD) is known color: Reef. HEX triplet: DB, F6 and AD. RGB value is (219,246,173). Sum of RGB (Red+Green+Blue) = 219+246+173=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF6AD is #240952. Grayscale: #E5E5E5. Windows color (decimal): -2361683 or 11400923. OLE color: 11400923.

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

Color convert

RGB 219 246 173 -
CMYK 0.11 0 0.30 0.04
HSL 82.19º 0.8% 0.82% -
HSV(B) 82.19º 0.3% 0.96% -
XYZ 69.71 83.99 52.07 -
YUV 229.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 219 246 173 0.11 0 0.30 0.04 82.19 0.8 0.82
Hex DB F6 AD B 0 1E 4 52 50 52
Octal 333 366 255 13 0 36 4 122 120 122
Binary 11011011 11110110 10101101 1011 0 11110 100 1010010 1010000 1010010

Color Harmonies of #DBF6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6AD

Black with #DBF6AD

Text Example


Text Example

White with #DBF6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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