#DCF0BE

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

Shades of Willow Brook #DCF0BE

Tints of Willow Brook #DCF0BE

Color information

#DCF0BE (or 0xDCF0BE) is unknown color: approx Willow Brook. HEX triplet: DC, F0 and BE. RGB value is (220,240,190). Sum of RGB (Red+Green+Blue) = 220+240+190=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0BE is #230F41. Grayscale: #E4E4E4. Windows color (decimal): -2297666 or 12513500. OLE color: 12513500.

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

Color convert

RGB220240190-
CMYK0.0800.210.06
HSL84º62.5%84.31%-
HSV(B)84º20.83%94.12%-
XYZ69.9781.2560.71-
YUV228.32106.37122.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=33.85%
G=36.92%
B=29.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401900.0800.210.068462.584.31
HexDCF0BE80156543e54
Octal33436027610025612476124
Binary110111001111000010111110100001010111010101001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0BE; }

 p { color: rgb(220,240,190); }

 H1.HeaderClassName
 {
   color: #DCF0BE;
 }
 .AnyTagClassName
 {
   color: #DCF0BE;
 }
</style>
background-color css

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

 a { background-color: rgb(220,240,190); }

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

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

 span { border-color: rgb(220,240,190); }

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