Html Css Color HEX #DBEFA8 Reef

📋 copy color: '#DBEFA8'

red 219 ◦ green 239 ◦ blue 168

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

Shades of Reef #DBEFA8

Tints of Reef #DBEFA8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.18%

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

R = 34.98%
G = 38.18%
B = 26.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#DBEFA8 (or 0xDBEFA8) is known color: Reef. HEX triplet: DB, EF and A8. RGB value is (219,239,168). Sum of RGB (Red+Green+Blue) = 219+239+168=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 168 (66.02% from 255 or 26.84% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA8 is #241057. Grayscale: #E1E1E1. Windows color (decimal): -2363480 or 11071451. OLE color: 11071451.

HSL color Cylindrical-coordinate representation of color #DBEFA8: hue angle of 76.9º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBEFA8 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 168 -
CMYK 0.08 0 0.30 0.06
HSL 76.9º 0.69% 0.8% -
HSV(B) 76.9º 0.3% 0.94% -
XYZ 67.15 79.62 48.87 -
YUV 224.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 219 239 168 0.08 0 0.30 0.06 76.9 0.69 0.8
Hex DB EF A8 8 0 1E 6 4D 45 50
Octal 333 357 250 10 0 36 6 115 105 120
Binary 11011011 11101111 10101000 1000 0 11110 110 1001101 1000101 1010000

Color Harmonies of #DBEFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFA8

Black with #DBEFA8

Text Example


Text Example

White with #DBEFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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