Html Css Color HEX #DCEAC0 Willow Brook

📋 copy color: '#DCEAC0'

red 220 ◦ green 234 ◦ blue 192

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

Shades of Willow Brook #DCEAC0

Tints of Willow Brook #DCEAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 29.72%

R = 34.06%
G = 36.22%
B = 29.72%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#DCEAC0 (or 0xDCEAC0) is known color: Willow Brook. HEX triplet: DC, EA and C0. RGB value is (220,234,192). Sum of RGB (Red+Green+Blue) = 220+234+192=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEAC0 is #23153F. Grayscale: #E1E1E1. Windows color (decimal): -2299200 or 12643036. OLE color: 12643036.

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

Color convert

RGB 220 234 192 -
CMYK 0.06 0 0.18 0.08
HSL 80º 0.5% 0.84% -
HSV(B) 80º 0.18% 0.92% -
XYZ 68.45 77.87 61.29 -
YUV 225.03 109.36 124.42 -
System Red Green Blue C M Y K H S L
Decimal 220 234 192 0.06 0 0.18 0.08 80 0.5 0.84
Hex DC EA C0 6 0 12 8 50 32 54
Octal 334 352 300 6 0 22 10 120 62 124
Binary 11011100 11101010 11000000 110 0 10010 1000 1010000 110010 1010100

Color Harmonies of #DCEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEAC0

Black with #DCEAC0

Text Example


Text Example

White with #DCEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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