#DCEBBC

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

Shades of Willow Brook #DCEBBC

Tints of Willow Brook #DCEBBC

Color information

#DCEBBC (or 0xDCEBBC) is unknown color: approx Willow Brook. HEX triplet: DC, EB and BC. RGB value is (220,235,188). Sum of RGB (Red+Green+Blue) = 220+235+188=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBBC is #231443. Grayscale: #E1E1E1. Windows color (decimal): -2298948 or 12381148. OLE color: 12381148.

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

Color convert

RGB220235188-
CMYK0.0600.20.08
HSL79.15º54.02%82.94%-
HSV(B)79.15º20%92.16%-
XYZ68.378.2659.08-
YUV225.16107.03124.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 188 (73.83% from 255) = 29.24%
R=34.21%
G=36.55%
B=29.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202351880.0600.20.0879.1554.0282.94
HexDCEBBC601484f3653
Octal33435327460241011766123
Binary110111001110101110111100110010100100010011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBBC; }

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

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

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

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

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

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

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

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