Html Css Color HEX #DDEAC3 Willow Brook

📋 copy color: '#DDEAC3'

red 221 ◦ green 234 ◦ blue 195

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

Shades of Willow Brook #DDEAC3

Tints of Willow Brook #DDEAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30%

R = 34%
G = 36%
B = 30%

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

#DDEAC3 (or 0xDDEAC3) is known color: Willow Brook. HEX triplet: DD, EA and C3. RGB value is (221,234,195). Sum of RGB (Red+Green+Blue) = 221+234+195=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEAC3 is #22153C. Grayscale: #E1E1E1. Windows color (decimal): -2233661 or 12839645. OLE color: 12839645.

HSL color Cylindrical-coordinate representation of color #DDEAC3: hue angle of 80º degrees, saturation: 0.48, 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 #DDEAC3 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 195 -
CMYK 0.06 0 0.17 0.08
HSL 80º 0.48% 0.84% -
HSV(B) 80º 0.17% 0.92% -
XYZ 69.09 78.16 63.07 -
YUV 225.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 221 234 195 0.06 0 0.17 0.08 80 0.48 0.84
Hex DD EA C3 6 0 11 8 50 30 54
Octal 335 352 303 6 0 21 10 120 60 124
Binary 11011101 11101010 11000011 110 0 10001 1000 1010000 110000 1010100

Color Harmonies of #DDEAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAC3

Black with #DDEAC3

Text Example


Text Example

White with #DDEAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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