Html Css Color HEX #DBFBA8 Reef

📋 copy color: '#DBFBA8'

red 219 ◦ green 251 ◦ blue 168

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

Shades of Reef #DBFBA8

Tints of Reef #DBFBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.33%

R = 34.33%
G = 39.34%
B = 26.33%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DBFBA8 (or 0xDBFBA8) is known color: Reef. HEX triplet: DB, FB and A8. RGB value is (219,251,168). Sum of RGB (Red+Green+Blue) = 219+251+168=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 168 (66.02% from 255 or 26.33% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBA8 is #240457. Grayscale: #E8E8E8. Windows color (decimal): -2360408 or 11074523. OLE color: 11074523.

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

Color convert

RGB 219 251 168 -
CMYK 0.13 0 0.33 0.02
HSL 83.13º 0.91% 0.82% -
HSV(B) 83.13º 0.33% 0.98% -
XYZ 70.78 86.88 50.09 -
YUV 231.97 91.9 118.75 -
System Red Green Blue C M Y K H S L
Decimal 219 251 168 0.13 0 0.33 0.02 83.13 0.91 0.82
Hex DB FB A8 D 0 21 2 53 5B 52
Octal 333 373 250 15 0 41 2 123 133 122
Binary 11011011 11111011 10101000 1101 0 100001 10 1010011 1011011 1010010

Color Harmonies of #DBFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFBA8

Black with #DBFBA8

Text Example


Text Example

White with #DBFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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