Html Css Color HEX #DBFAAE Reef

📋 copy color: '#DBFAAE'

red 219 ◦ green 250 ◦ blue 174

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

Shades of Reef #DBFAAE

Tints of Reef #DBFAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 27.06%

R = 34.06%
G = 38.88%
B = 27.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DBFAAE (or 0xDBFAAE) is known color: Reef. HEX triplet: DB, FA and AE. RGB value is (219,250,174). Sum of RGB (Red+Green+Blue) = 219+250+174=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 174 (68.36% from 255 or 27.06% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAE is #240551. Grayscale: #E8E8E8. Windows color (decimal): -2360658 or 11467483. OLE color: 11467483.

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

Color convert

RGB 219 250 174 -
CMYK 0.12 0 0.30 0.02
HSL 84.47º 0.88% 0.83% -
HSV(B) 84.47º 0.3% 0.98% -
XYZ 71.04 86.49 52.99 -
YUV 232.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 219 250 174 0.12 0 0.30 0.02 84.47 0.88 0.83
Hex DB FA AE C 0 1E 2 54 58 53
Octal 333 372 256 14 0 36 2 124 130 123
Binary 11011011 11111010 10101110 1100 0 11110 10 1010100 1011000 1010011

Color Harmonies of #DBFAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAAE

Black with #DBFAAE

Text Example


Text Example

White with #DBFAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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