Html Css Color HEX #DBFBA5 Reef

📋 copy color: '#DBFBA5'

red 219 ◦ green 251 ◦ blue 165

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

Shades of Reef #DBFBA5

Tints of Reef #DBFBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 25.98%

R = 34.49%
G = 39.53%
B = 25.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#DBFBA5 (or 0xDBFBA5) is known color: Reef. HEX triplet: DB, FB and A5. RGB value is (219,251,165). Sum of RGB (Red+Green+Blue) = 219+251+165=635 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.49% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 165 (64.84% from 255 or 25.98% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBA5 is #24045A. Grayscale: #E7E7E7. Windows color (decimal): -2360411 or 10877915. OLE color: 10877915.

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

Color convert

RGB 219 251 165 -
CMYK 0.13 0 0.34 0.02
HSL 82.33º 0.91% 0.82% -
HSV(B) 82.33º 0.34% 0.98% -
XYZ 70.5 86.77 48.63 -
YUV 231.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 219 251 165 0.13 0 0.34 0.02 82.33 0.91 0.82
Hex DB FB A5 D 0 22 2 52 5B 52
Octal 333 373 245 15 0 42 2 122 133 122
Binary 11011011 11111011 10100101 1101 0 100010 10 1010010 1011011 1010010

Color Harmonies of #DBFBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBA5

Black with #DBFBA5

Text Example


Text Example

White with #DBFBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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