Html Css Color HEX #DBEF9D Reef

📋 copy color: '#DBEF9D'

red 219 ◦ green 239 ◦ blue 157

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

Shades of Reef #DBEF9D

Tints of Reef #DBEF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.53%

R = 35.61%
G = 38.86%
B = 25.53%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#DBEF9D (or 0xDBEF9D) is known color: Reef. HEX triplet: DB, EF and 9D. RGB value is (219,239,157). Sum of RGB (Red+Green+Blue) = 219+239+157=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 239 (93.75% from 255 or 38.86% from 615); Blue value is 157 (61.72% from 255 or 25.53% from 615); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEF9D is #241062. Grayscale: #DFDFDF. Windows color (decimal): -2363491 or 10350555. OLE color: 10350555.

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

Color convert

RGB 219 239 157 -
CMYK 0.08 0 0.34 0.06
HSL 74.63º 0.72% 0.78% -
HSV(B) 74.63º 0.34% 0.94% -
XYZ 66.17 79.23 43.7 -
YUV 223.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 219 239 157 0.08 0 0.34 0.06 74.63 0.72 0.78
Hex DB EF 9D 8 0 22 6 4B 48 4E
Octal 333 357 235 10 0 42 6 113 110 116
Binary 11011011 11101111 10011101 1000 0 100010 110 1001011 1001000 1001110

Color Harmonies of #DBEF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF9D

Black with #DBEF9D

Text Example


Text Example

White with #DBEF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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