Html Css Color HEX #DDEAC2 Willow Brook

📋 copy color: '#DDEAC2'

red 221 ◦ green 234 ◦ blue 194

#DDEAC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Willow Brook #DDEAC2

Tints of Willow Brook #DDEAC2

RGB

 RED value IS 221 (86.72% from 255) = 34.05%

 GREEN value IS 234 (91.8% from 255) = 36.06%

 BLUE value IS 194 (76.17% from 255) = 29.89%

R = 34.05%
G = 36.06%
B = 29.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#DDEAC2 (or 0xDDEAC2) is known color: Willow Brook. HEX triplet: DD, EA and C2. RGB value is (221,234,194). Sum of RGB (Red+Green+Blue) = 221+234+194=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC2 is #22153D. Grayscale: #E1E1E1. Windows color (decimal): -2233662 or 12774109. OLE color: 12774109.

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

Color convert

RGB 221 234 194 -
CMYK 0.06 0 0.17 0.08
HSL 79.5º 0.49% 0.84% -
HSV(B) 79.5º 0.17% 0.92% -
XYZ 68.98 78.11 62.48 -
YUV 225.55 110.19 124.75 -
System Red Green Blue C M Y K H S L
Decimal 221 234 194 0.06 0 0.17 0.08 79.5 0.49 0.84
Hex DD EA C2 6 0 11 8 50 31 54
Octal 335 352 302 6 0 21 10 120 61 124
Binary 11011101 11101010 11000010 110 0 10001 1000 1010000 110001 1010100

Color Harmonies of #DDEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAC2

Black with #DDEAC2

Text Example


Text Example

White with #DDEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAC2; }

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

 H1.HeaderClassName
 {
   color: #DDEAC2;
 }
 .AnyTagClassName
 {
   color: #DDEAC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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