#DDEAC4

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

Shades of Willow Brook #DDEAC4

Tints of Willow Brook #DDEAC4

Color information

#DDEAC4 (or 0xDDEAC4) is unknown color: approx Willow Brook. HEX triplet: DD, EA and C4. RGB value is (221,234,196). Sum of RGB (Red+Green+Blue) = 221+234+196=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC4 is #22153B. Grayscale: #E1E1E1. Windows color (decimal): -2233660 or 12905181. OLE color: 12905181.

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

Color convert

RGB221234196-
CMYK0.0600.160.08
HSL80.53º47.5%84.31%-
HSV(B)80.53º16.24%91.76%-
XYZ69.2178.263.67-
YUV225.78111.19124.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.95%
GREEN value IS 234 (91.80% from 255) = 35.94%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=33.95%
G=35.94%
B=30.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212341960.0600.160.0880.5347.584.31
HexDDEAC460108513054
Octal33535230460201012160124
Binary110111011110101011000100110010000100010100011100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAC4; }

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

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

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

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

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

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

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

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