Html Css Color HEX #DCEBC2 Willow Brook

📋 copy color: '#DCEBC2'

red 220 ◦ green 235 ◦ blue 194

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

Shades of Willow Brook #DCEBC2

Tints of Willow Brook #DCEBC2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 36.21%

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

R = 33.9%
G = 36.21%
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

#DCEBC2 (or 0xDCEBC2) is known color: Willow Brook. HEX triplet: DC, EB and C2. RGB value is (220,235,194). Sum of RGB (Red+Green+Blue) = 220+235+194=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBC2 is #23143D. Grayscale: #E1E1E1. Windows color (decimal): -2298942 or 12774364. OLE color: 12774364.

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

Color convert

RGB 220 235 194 -
CMYK 0.06 0 0.17 0.08
HSL 81.95º 0.51% 0.84% -
HSV(B) 81.95º 0.17% 0.92% -
XYZ 68.96 78.53 62.56 -
YUV 225.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 220 235 194 0.06 0 0.17 0.08 81.95 0.51 0.84
Hex DC EB C2 6 0 11 8 52 33 54
Octal 334 353 302 6 0 21 10 122 63 124
Binary 11011100 11101011 11000010 110 0 10001 1000 1010010 110011 1010100

Color Harmonies of #DCEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBC2

Black with #DCEBC2

Text Example


Text Example

White with #DCEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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