Html Css Color HEX #DBECAA Reef

📋 copy color: '#DBECAA'

red 219 ◦ green 236 ◦ blue 170

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

Shades of Reef #DBECAA

Tints of Reef #DBECAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 27.2%

R = 35.04%
G = 37.76%
B = 27.2%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#DBECAA (or 0xDBECAA) is known color: Reef. HEX triplet: DB, EC and AA. RGB value is (219,236,170). Sum of RGB (Red+Green+Blue) = 219+236+170=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECAA is #241355. Grayscale: #DFDFDF. Windows color (decimal): -2364246 or 11201755. OLE color: 11201755.

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

Color convert

RGB 219 236 170 -
CMYK 0.07 0 0.28 0.07
HSL 75.45º 0.63% 0.8% -
HSV(B) 75.45º 0.28% 0.93% -
XYZ 66.46 77.95 49.57 -
YUV 223.39 97.87 124.87 -
System Red Green Blue C M Y K H S L
Decimal 219 236 170 0.07 0 0.28 0.07 75.45 0.63 0.8
Hex DB EC AA 7 0 1C 7 4B 3F 50
Octal 333 354 252 7 0 34 7 113 77 120
Binary 11011011 11101100 10101010 111 0 11100 111 1001011 111111 1010000

Color Harmonies of #DBECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECAA

Black with #DBECAA

Text Example


Text Example

White with #DBECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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