#DBF0BF

Color #DBF0BF Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DBF0BF

Tints of Willow Brook #DBF0BF

Color information

#DBF0BF (or 0xDBF0BF) is unknown color: approx 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

RGB219240191-
CMYK0.0900.200.06
HSL85.71º62.03%84.51%-
HSV(B)85.71º20.42%94.12%-
XYZ69.7881.1461.27-
YUV228.14107.04121.48-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192401910.0900.200.0685.7162.0384.51
HexDBF0BF90146563e55
Octal33336027711024612676125
Binary110110111111000010111111100101010011010101101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>