#DCF0BF

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

Shades of Willow Brook #DCF0BF

Tints of Willow Brook #DCF0BF

Color information

#DCF0BF (or 0xDCF0BF) is unknown color: approx Willow Brook. HEX triplet: DC, F0 and BF. RGB value is (220,240,191). Sum of RGB (Red+Green+Blue) = 220+240+191=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 240 (94.14% from 255 or 36.87% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0BF is #230F40. Grayscale: #E4E4E4. Windows color (decimal): -2297665 or 12579036. OLE color: 12579036.

HSL color Cylindrical-coordinate representation of color #DCF0BF: hue angle of 84.49º 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 #DCF0BF is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB220240191-
CMYK0.0800.200.06
HSL84.49º62.03%84.51%-
HSV(B)84.49º20.42%94.12%-
XYZ70.0881.361.29-
YUV228.43106.87121.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.79%
GREEN value IS 240 (94.14% from 255) = 36.87%
BLUE value IS 191 (75% from 255) = 29.34%
R=33.79%
G=36.87%
B=29.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202401910.0800.200.0684.4962.0384.51
HexDCF0BF80146543e55
Octal33436027710024612476125
Binary110111001111000010111111100001010011010101001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0BF; }

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

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

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

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

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

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

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

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