Html Css Color HEX #DBECAD Reef

📋 copy color: '#DBECAD'

red 219 ◦ green 236 ◦ blue 173

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

Shades of Reef #DBECAD

Tints of Reef #DBECAD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

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

R = 34.87%
G = 37.58%
B = 27.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DBECAD (or 0xDBECAD) is known color: Reef. HEX triplet: DB, EC and AD. RGB value is (219,236,173). Sum of RGB (Red+Green+Blue) = 219+236+173=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 173 (67.97% from 255 or 27.55% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAD is #241352. Grayscale: #DFDFDF. Windows color (decimal): -2364243 or 11398363. OLE color: 11398363.

HSL color Cylindrical-coordinate representation of color #DBECAD: hue angle of 76.19º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBECAD is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 173 -
CMYK 0.07 0 0.27 0.07
HSL 76.19º 0.62% 0.8% -
HSV(B) 76.19º 0.27% 0.93% -
XYZ 66.75 78.07 51.09 -
YUV 223.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 219 236 173 0.07 0 0.27 0.07 76.19 0.62 0.8
Hex DB EC AD 7 0 1B 7 4C 3E 50
Octal 333 354 255 7 0 33 7 114 76 120
Binary 11011011 11101100 10101101 111 0 11011 111 1001100 111110 1010000

Color Harmonies of #DBECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECAD

Black with #DBECAD

Text Example


Text Example

White with #DBECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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