#DDEFBF

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

Shades of Willow Brook #DDEFBF

Tints of Willow Brook #DDEFBF

Color information

#DDEFBF (or 0xDDEFBF) is unknown color: approx Willow Brook. HEX triplet: DD, EF and BF. RGB value is (221,239,191). Sum of RGB (Red+Green+Blue) = 221+239+191=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFBF is #221040. Grayscale: #E4E4E4. Windows color (decimal): -2232385 or 12578781. OLE color: 12578781.

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

Color convert

RGB221239191-
CMYK0.0800.200.06
HSL82.5º60%84.31%-
HSV(B)82.5º20.08%93.73%-
XYZ70.0980.8761.2-
YUV228.15107.04122.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 191 (75% from 255) = 29.34%
R=33.95%
G=36.71%
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
Decimal2212391910.0800.200.0682.56084.31
HexDDEFBF80146523c54
Octal33535727710024612274124
Binary110111011110111110111111100001010011010100101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFBF; }

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

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

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

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

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

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

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

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