Html Css Color HEX #DCEAC2 Willow Brook

📋 copy color: '#DCEAC2'

red 220 ◦ green 234 ◦ blue 194

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

Shades of Willow Brook #DCEAC2

Tints of Willow Brook #DCEAC2

RGB

 RED value IS 220 (86.33% from 255) = 33.95%

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

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

R = 33.95%
G = 36.11%
B = 29.94%

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

#DCEAC2 (or 0xDCEAC2) is known color: Willow Brook. HEX triplet: DC, EA and C2. RGB value is (220,234,194). Sum of RGB (Red+Green+Blue) = 220+234+194=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 194 (76.17% from 255 or 29.94% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAC2 is #23153D. Grayscale: #E1E1E1. Windows color (decimal): -2299198 or 12774108. OLE color: 12774108.

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

Color convert

RGB 220 234 194 -
CMYK 0.06 0 0.17 0.08
HSL 81º 0.49% 0.84% -
HSV(B) 81º 0.17% 0.92% -
XYZ 68.68 77.96 62.47 -
YUV 225.25 110.36 124.25 -
System Red Green Blue C M Y K H S L
Decimal 220 234 194 0.06 0 0.17 0.08 81 0.49 0.84
Hex DC EA C2 6 0 11 8 51 31 54
Octal 334 352 302 6 0 21 10 121 61 124
Binary 11011100 11101010 11000010 110 0 10001 1000 1010001 110001 1010100

Color Harmonies of #DCEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEAC2

Black with #DCEAC2

Text Example


Text Example

White with #DCEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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