#DDEDBE

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

Shades of Willow Brook #DDEDBE

Tints of Willow Brook #DDEDBE

Color information

#DDEDBE (or 0xDDEDBE) is unknown color: approx Willow Brook. HEX triplet: DD, ED and BE. RGB value is (221,237,190). Sum of RGB (Red+Green+Blue) = 221+237+190=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 190 (74.61% from 255 or 29.32% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEDBE is #221241. Grayscale: #E3E3E3. Windows color (decimal): -2232898 or 12512733. OLE color: 12512733.

HSL color Cylindrical-coordinate representation of color #DDEDBE: hue angle of 80.43º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDEDBE is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB221237190-
CMYK0.0700.200.07
HSL80.43º56.63%83.73%-
HSV(B)80.43º19.83%92.94%-
XYZ69.479.6660.43-
YUV226.86107.2123.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 237 (92.97% from 255) = 36.57%
BLUE value IS 190 (74.61% from 255) = 29.32%
R=34.10%
G=36.57%
B=29.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212371900.0700.200.0780.4356.6383.73
HexDDEDBE70147503954
Octal3353552767024712071124
Binary11011101111011011011111011101010011110100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDBE; }

 p { color: rgb(221,237,190); }

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

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

 a { background-color: rgb(221,237,190); }

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

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

 span { border-color: rgb(221,237,190); }

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