Html Css Color HEX #DBFBAE Reef

📋 copy color: '#DBFBAE'

red 219 ◦ green 251 ◦ blue 174

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

Shades of Reef #DBFBAE

Tints of Reef #DBFBAE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.98%

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

R = 34.01%
G = 38.98%
B = 27.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DBFBAE (or 0xDBFBAE) is known color: Reef. HEX triplet: DB, FB and AE. RGB value is (219,251,174). Sum of RGB (Red+Green+Blue) = 219+251+174=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 174 (68.36% from 255 or 27.02% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBAE is #240451. Grayscale: #E8E8E8. Windows color (decimal): -2360402 or 11467739. OLE color: 11467739.

HSL color Cylindrical-coordinate representation of color #DBFBAE: hue angle of 84.94º degrees, saturation: 0.91, 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 #DBFBAE is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 174 -
CMYK 0.13 0 0.31 0.02
HSL 84.94º 0.91% 0.83% -
HSV(B) 84.94º 0.31% 0.98% -
XYZ 71.35 87.11 53.1 -
YUV 232.65 94.9 118.26 -
System Red Green Blue C M Y K H S L
Decimal 219 251 174 0.13 0 0.31 0.02 84.94 0.91 0.83
Hex DB FB AE D 0 1F 2 55 5B 53
Octal 333 373 256 15 0 37 2 125 133 123
Binary 11011011 11111011 10101110 1101 0 11111 10 1010101 1011011 1010011

Color Harmonies of #DBFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBAE

Black with #DBFBAE

Text Example


Text Example

White with #DBFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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