Html Css Color HEX #DBFAAB Reef

📋 copy color: '#DBFAAB'

red 219 ◦ green 250 ◦ blue 171

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

Shades of Reef #DBFAAB

Tints of Reef #DBFAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.72%

R = 34.22%
G = 39.06%
B = 26.72%

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

#DBFAAB (or 0xDBFAAB) is known color: Reef. HEX triplet: DB, FA and AB. RGB value is (219,250,171). Sum of RGB (Red+Green+Blue) = 219+250+171=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 171 (67.19% from 255 or 26.72% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAAB is #240554. Grayscale: #E8E8E8. Windows color (decimal): -2360661 or 11270875. OLE color: 11270875.

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

Color convert

RGB 219 250 171 -
CMYK 0.12 0 0.32 0.02
HSL 83.54º 0.89% 0.83% -
HSV(B) 83.54º 0.32% 0.98% -
XYZ 70.75 86.37 51.47 -
YUV 231.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 219 250 171 0.12 0 0.32 0.02 83.54 0.89 0.83
Hex DB FA AB C 0 20 2 54 59 53
Octal 333 372 253 14 0 40 2 124 131 123
Binary 11011011 11111010 10101011 1100 0 100000 10 1010100 1011001 1010011

Color Harmonies of #DBFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAAB

Black with #DBFAAB

Text Example


Text Example

White with #DBFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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