Html Css Color HEX #DBECA5 Reef

📋 copy color: '#DBECA5'

red 219 ◦ green 236 ◦ blue 165

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

Shades of Reef #DBECA5

Tints of Reef #DBECA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.61%

R = 35.32%
G = 38.06%
B = 26.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#DBECA5 (or 0xDBECA5) is known color: Reef. HEX triplet: DB, EC and A5. RGB value is (219,236,165). Sum of RGB (Red+Green+Blue) = 219+236+165=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBECA5 is #24135A. Grayscale: #DFDFDF. Windows color (decimal): -2364251 or 10874075. OLE color: 10874075.

HSL color Cylindrical-coordinate representation of color #DBECA5: hue angle of 74.37º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBECA5 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 236 165 -
CMYK 0.07 0 0.30 0.07
HSL 74.37º 0.65% 0.79% -
HSV(B) 74.37º 0.3% 0.93% -
XYZ 66 77.77 47.13 -
YUV 222.82 95.37 125.27 -
System Red Green Blue C M Y K H S L
Decimal 219 236 165 0.07 0 0.30 0.07 74.37 0.65 0.79
Hex DB EC A5 7 0 1E 7 4A 41 4F
Octal 333 354 245 7 0 36 7 112 101 117
Binary 11011011 11101100 10100101 111 0 11110 111 1001010 1000001 1001111

Color Harmonies of #DBECA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECA5

Black with #DBECA5

Text Example


Text Example

White with #DBECA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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