Html Css Color HEX #DBF0BF Willow Brook

📋 copy color: '#DBF0BF'

red 219 ◦ green 240 ◦ blue 191

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

Shades of Willow Brook #DBF0BF

Tints of Willow Brook #DBF0BF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.92%

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

R = 33.69%
G = 36.92%
B = 29.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#DBF0BF (or 0xDBF0BF) is known color: Willow Brook. HEX triplet: DB, F0 and BF. RGB value is (219,240,191). Sum of RGB (Red+Green+Blue) = 219+240+191=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0BF is #240F40. Grayscale: #E4E4E4. Windows color (decimal): -2363201 or 12579035. OLE color: 12579035.

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

Color convert

RGB 219 240 191 -
CMYK 0.09 0 0.20 0.06
HSL 85.71º 0.62% 0.85% -
HSV(B) 85.71º 0.2% 0.94% -
XYZ 69.78 81.14 61.27 -
YUV 228.14 107.04 121.48 -
System Red Green Blue C M Y K H S L
Decimal 219 240 191 0.09 0 0.20 0.06 85.71 0.62 0.85
Hex DB F0 BF 9 0 14 6 56 3E 55
Octal 333 360 277 11 0 24 6 126 76 125
Binary 11011011 11110000 10111111 1001 0 10100 110 1010110 111110 1010101

Color Harmonies of #DBF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0BF

Black with #DBF0BF

Text Example


Text Example

White with #DBF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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