#DDEAC7

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

Shades of Willow Brook #DDEAC7

Tints of Willow Brook #DDEAC7

Color information

#DDEAC7 (or 0xDDEAC7) is unknown color: approx Willow Brook. HEX triplet: DD, EA and C7. RGB value is (221,234,199). Sum of RGB (Red+Green+Blue) = 221+234+199=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 199 (78.12% from 255 or 30.43% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC7 is #221538. Grayscale: #E2E2E2. Windows color (decimal): -2233657 or 13101789. OLE color: 13101789.

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

Color convert

RGB221234199-
CMYK0.0600.150.08
HSL82.29º45.45%84.9%-
HSV(B)82.29º14.96%91.76%-
XYZ69.5578.3465.49-
YUV226.12112.69124.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 199 (78.12% from 255) = 30.43%
R=33.79%
G=35.78%
B=30.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341990.0600.150.0882.2945.4584.9
HexDDEAC760F8522d55
Octal33535230760171012255125
Binary11011101111010101100011111001111100010100101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAC7; }

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

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

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

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

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

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

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

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