#DDEAC1

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

Shades of Willow Brook #DDEAC1

Tints of Willow Brook #DDEAC1

Color information

#DDEAC1 (or 0xDDEAC1) is unknown color: approx Willow Brook. HEX triplet: DD, EA and C1. RGB value is (221,234,193). Sum of RGB (Red+Green+Blue) = 221+234+193=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC1 is #22153E. Grayscale: #E1E1E1. Windows color (decimal): -2233663 or 12708573. OLE color: 12708573.

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

Color convert

RGB221234193-
CMYK0.0600.180.08
HSL79.02º49.4%83.73%-
HSV(B)79.02º17.52%91.76%-
XYZ68.8778.0761.89-
YUV225.44109.69124.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.10%
GREEN value IS 234 (91.80% from 255) = 36.11%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=34.10%
G=36.11%
B=29.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341930.0600.180.0879.0249.483.73
HexDDEAC1601284f3154
Octal33535230160221011761124
Binary110111011110101011000001110010010100010011111100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAC1; }

 p { color: rgb(221,234,193); }

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

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

 a { background-color: rgb(221,234,193); }

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

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

 span { border-color: rgb(221,234,193); }

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