Html Css Color HEX #DBEFA0 Reef

📋 copy color: '#DBEFA0'

red 219 ◦ green 239 ◦ blue 160

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

Shades of Reef #DBEFA0

Tints of Reef #DBEFA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 25.89%

R = 35.44%
G = 38.67%
B = 25.89%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#DBEFA0 (or 0xDBEFA0) is known color: Reef. HEX triplet: DB, EF and A0. RGB value is (219,239,160). Sum of RGB (Red+Green+Blue) = 219+239+160=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 239 (93.75% from 255 or 38.67% from 618); Blue value is 160 (62.89% from 255 or 25.89% from 618); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA0 is #24105F. Grayscale: #E0E0E0. Windows color (decimal): -2363488 or 10547163. OLE color: 10547163.

HSL color Cylindrical-coordinate representation of color #DBEFA0: hue angle of 75.19º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBEFA0 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 160 -
CMYK 0.08 0 0.33 0.06
HSL 75.19º 0.71% 0.78% -
HSV(B) 75.19º 0.33% 0.94% -
XYZ 66.43 79.33 45.07 -
YUV 224.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 219 239 160 0.08 0 0.33 0.06 75.19 0.71 0.78
Hex DB EF A0 8 0 21 6 4B 47 4E
Octal 333 357 240 10 0 41 6 113 107 116
Binary 11011011 11101111 10100000 1000 0 100001 110 1001011 1000111 1001110

Color Harmonies of #DBEFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFA0

Black with #DBEFA0

Text Example


Text Example

White with #DBEFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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