#DCEBC1

Color #DCEBC1 Willow Brook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Brook #DCEBC1

Tints of Willow Brook #DCEBC1

Color information

#DCEBC1 (or 0xDCEBC1) is unknown color: approx Willow Brook. HEX triplet: DC, EB and C1. RGB value is (220,235,193). Sum of RGB (Red+Green+Blue) = 220+235+193=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 193 (75.78% from 255 or 29.78% from 648); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBC1 is #23143E. Grayscale: #E1E1E1. Windows color (decimal): -2298943 or 12708828. OLE color: 12708828.

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

Color convert

RGB220235193-
CMYK0.0600.180.08
HSL81.43º51.22%83.92%-
HSV(B)81.43º17.87%92.16%-
XYZ68.8578.4861.97-
YUV225.73109.53123.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 193 (75.78% from 255) = 29.78%
R=33.95%
G=36.27%
B=29.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351930.0600.180.0881.4351.2283.92
HexDCEBC160128513354
Octal33435330160221012163124
Binary110111001110101111000001110010010100010100011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBC1; }

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

 H1.HeaderClassName
 {
   color: #DCEBC1;
 }
 .AnyTagClassName
 {
   color: #DCEBC1;
 }
</style>
background-color css

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

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

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

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

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

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