Html Css Color HEX #DBEFBF Willow Brook

📋 copy color: '#DBEFBF'

red 219 ◦ green 239 ◦ blue 191

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

Shades of Willow Brook #DBEFBF

Tints of Willow Brook #DBEFBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.43%

R = 33.74%
G = 36.83%
B = 29.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#DBEFBF (or 0xDBEFBF) is known color: Willow Brook. HEX triplet: DB, EF and BF. RGB value is (219,239,191). Sum of RGB (Red+Green+Blue) = 219+239+191=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFBF is #241040. Grayscale: #E3E3E3. Windows color (decimal): -2363457 or 12578779. OLE color: 12578779.

HSL color Cylindrical-coordinate representation of color #DBEFBF: hue angle of 85º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBEFBF is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 191 -
CMYK 0.08 0 0.20 0.06
HSL 85º 0.6% 0.84% -
HSV(B) 85º 0.2% 0.94% -
XYZ 69.48 80.55 61.18 -
YUV 227.55 107.37 121.9 -
System Red Green Blue C M Y K H S L
Decimal 219 239 191 0.08 0 0.20 0.06 85 0.6 0.84
Hex DB EF BF 8 0 14 6 55 3C 54
Octal 333 357 277 10 0 24 6 125 74 124
Binary 11011011 11101111 10111111 1000 0 10100 110 1010101 111100 1010100

Color Harmonies of #DBEFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEFBF

Black with #DBEFBF

Text Example


Text Example

White with #DBEFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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