Html Css Color HEX #DBEFA1 Reef

📋 copy color: '#DBEFA1'

red 219 ◦ green 239 ◦ blue 161

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

Shades of Reef #DBEFA1

Tints of Reef #DBEFA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 26.01%

R = 35.38%
G = 38.61%
B = 26.01%

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

#DBEFA1 (or 0xDBEFA1) is known color: Reef. HEX triplet: DB, EF and A1. RGB value is (219,239,161). Sum of RGB (Red+Green+Blue) = 219+239+161=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 161 (63.28% from 255 or 26.01% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFA1 is #24105E. Grayscale: #E0E0E0. Windows color (decimal): -2363487 or 10612699. OLE color: 10612699.

HSL color Cylindrical-coordinate representation of color #DBEFA1: hue angle of 75.38º 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 #DBEFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 161 -
CMYK 0.08 0 0.33 0.06
HSL 75.38º 0.71% 0.78% -
HSV(B) 75.38º 0.33% 0.94% -
XYZ 66.51 79.37 45.53 -
YUV 224.13 92.37 124.34 -
System Red Green Blue C M Y K H S L
Decimal 219 239 161 0.08 0 0.33 0.06 75.38 0.71 0.78
Hex DB EF A1 8 0 21 6 4B 47 4E
Octal 333 357 241 10 0 41 6 113 107 116
Binary 11011011 11101111 10100001 1000 0 100001 110 1001011 1000111 1001110

Color Harmonies of #DBEFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFA1

Black with #DBEFA1

Text Example


Text Example

White with #DBEFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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