Html Css Color HEX #DBFAA3 Reef

📋 copy color: '#DBFAA3'

red 219 ◦ green 250 ◦ blue 163

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

Shades of Reef #DBFAA3

Tints of Reef #DBFAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 25.79%

R = 34.65%
G = 39.56%
B = 25.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#DBFAA3 (or 0xDBFAA3) is known color: Reef. HEX triplet: DB, FA and A3. RGB value is (219,250,163). Sum of RGB (Red+Green+Blue) = 219+250+163=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 163 (64.06% from 255 or 25.79% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA3 is #24055C. Grayscale: #E7E7E7. Windows color (decimal): -2360669 or 10746587. OLE color: 10746587.

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

Color convert

RGB 219 250 163 -
CMYK 0.12 0 0.35 0.02
HSL 81.38º 0.9% 0.81% -
HSV(B) 81.38º 0.35% 0.98% -
XYZ 70.01 86.08 47.57 -
YUV 230.81 89.73 119.57 -
System Red Green Blue C M Y K H S L
Decimal 219 250 163 0.12 0 0.35 0.02 81.38 0.9 0.81
Hex DB FA A3 C 0 23 2 51 5A 51
Octal 333 372 243 14 0 43 2 121 132 121
Binary 11011011 11111010 10100011 1100 0 100011 10 1010001 1011010 1010001

Color Harmonies of #DBFAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFAA3

Black with #DBFAA3

Text Example


Text Example

White with #DBFAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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