Html Css Color HEX #DBFAAA Reef

📋 copy color: '#DBFAAA'

red 219 ◦ green 250 ◦ blue 170

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

Shades of Reef #DBFAAA

Tints of Reef #DBFAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.6%

R = 34.27%
G = 39.12%
B = 26.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DBFAAA (or 0xDBFAAA) is known color: Reef. HEX triplet: DB, FA and AA. RGB value is (219,250,170). Sum of RGB (Red+Green+Blue) = 219+250+170=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 170 (66.80% from 255 or 26.60% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAA is #240555. Grayscale: #E7E7E7. Windows color (decimal): -2360662 or 11205339. OLE color: 11205339.

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

Color convert

RGB 219 250 170 -
CMYK 0.12 0 0.32 0.02
HSL 83.25º 0.89% 0.82% -
HSV(B) 83.25º 0.32% 0.98% -
XYZ 70.65 86.33 50.97 -
YUV 231.61 93.23 119 -
System Red Green Blue C M Y K H S L
Decimal 219 250 170 0.12 0 0.32 0.02 83.25 0.89 0.82
Hex DB FA AA C 0 20 2 53 59 52
Octal 333 372 252 14 0 40 2 123 131 122
Binary 11011011 11111010 10101010 1100 0 100000 10 1010011 1011001 1010010

Color Harmonies of #DBFAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAAA

Black with #DBFAAA

Text Example


Text Example

White with #DBFAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAAA; }

 p { color: rgb(219,250,170); }

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

background-color css

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

 a { background-color: rgb(219,250,170); }

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

border-color css

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

 span { border-color: rgb(219,250,170); }

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