Html Css Color HEX #DBEC9A Reef

📋 copy color: '#DBEC9A'

red 219 ◦ green 236 ◦ blue 154

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

Shades of Reef #DBEC9A

Tints of Reef #DBEC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.29%

R = 35.96%
G = 38.75%
B = 25.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#DBEC9A (or 0xDBEC9A) is known color: Reef. HEX triplet: DB, EC and 9A. RGB value is (219,236,154). Sum of RGB (Red+Green+Blue) = 219+236+154=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 154 (60.55% from 255 or 25.29% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC9A is #241365. Grayscale: #DDDDDD. Windows color (decimal): -2364262 or 10153179. OLE color: 10153179.

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

Color convert

RGB 219 236 154 -
CMYK 0.07 0 0.35 0.07
HSL 72.44º 0.68% 0.76% -
HSV(B) 72.44º 0.35% 0.93% -
XYZ 65.04 77.38 42.08 -
YUV 221.57 89.87 126.17 -
System Red Green Blue C M Y K H S L
Decimal 219 236 154 0.07 0 0.35 0.07 72.44 0.68 0.76
Hex DB EC 9A 7 0 23 7 48 44 4C
Octal 333 354 232 7 0 43 7 110 104 114
Binary 11011011 11101100 10011010 111 0 100011 111 1001000 1000100 1001100

Color Harmonies of #DBEC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEC9A

Black with #DBEC9A

Text Example


Text Example

White with #DBEC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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