Html Css Color HEX #DBEF9B Reef

📋 copy color: '#DBEF9B'

red 219 ◦ green 239 ◦ blue 155

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

Shades of Reef #DBEF9B

Tints of Reef #DBEF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 25.29%

R = 35.73%
G = 38.99%
B = 25.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#DBEF9B (or 0xDBEF9B) is known color: Reef. HEX triplet: DB, EF and 9B. RGB value is (219,239,155). Sum of RGB (Red+Green+Blue) = 219+239+155=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF9B is #241064. Grayscale: #DFDFDF. Windows color (decimal): -2363493 or 10219483. OLE color: 10219483.

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

Color convert

RGB 219 239 155 -
CMYK 0.08 0 0.35 0.06
HSL 74.29º 0.72% 0.77% -
HSV(B) 74.29º 0.35% 0.94% -
XYZ 66 79.16 42.81 -
YUV 223.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 219 239 155 0.08 0 0.35 0.06 74.29 0.72 0.77
Hex DB EF 9B 8 0 23 6 4A 48 4D
Octal 333 357 233 10 0 43 6 112 110 115
Binary 11011011 11101111 10011011 1000 0 100011 110 1001010 1001000 1001101

Color Harmonies of #DBEF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF9B

Black with #DBEF9B

Text Example


Text Example

White with #DBEF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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