Html Css Color HEX #DBEFAD Reef

📋 copy color: '#DBEFAD'

red 219 ◦ green 239 ◦ blue 173

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

Shades of Reef #DBEFAD

Tints of Reef #DBEFAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.42%

R = 34.71%
G = 37.88%
B = 27.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DBEFAD (or 0xDBEFAD) is known color: Reef. HEX triplet: DB, EF and AD. RGB value is (219,239,173). Sum of RGB (Red+Green+Blue) = 219+239+173=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEFAD is #241052. Grayscale: #E1E1E1. Windows color (decimal): -2363475 or 11399131. OLE color: 11399131.

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

Color convert

RGB 219 239 173 -
CMYK 0.08 0 0.28 0.06
HSL 78.18º 0.67% 0.81% -
HSV(B) 78.18º 0.28% 0.94% -
XYZ 67.62 79.81 51.38 -
YUV 225.5 98.37 123.37 -
System Red Green Blue C M Y K H S L
Decimal 219 239 173 0.08 0 0.28 0.06 78.18 0.67 0.81
Hex DB EF AD 8 0 1C 6 4E 43 51
Octal 333 357 255 10 0 34 6 116 103 121
Binary 11011011 11101111 10101101 1000 0 11100 110 1001110 1000011 1010001

Color Harmonies of #DBEFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFAD

Black with #DBEFAD

Text Example


Text Example

White with #DBEFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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