#ECDFBA

Color #ECDFBA Dutch White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dutch White #ECDFBA

Tints of Dutch White #ECDFBA

Color information

#ECDFBA (or 0xECDFBA) is unknown color: approx Dutch White. HEX triplet: EC, DF and BA. RGB value is (236,223,186). Sum of RGB (Red+Green+Blue) = 236+223+186=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 223 (87.5% from 255 or 34.57% from 645); Blue value is 186 (73.05% from 255 or 28.84% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFBA is #132045. Grayscale: #DEDEDE. Windows color (decimal): -1253446 or 12247020. OLE color: 12247020.

HSL color Cylindrical-coordinate representation of color #ECDFBA: hue angle of 44.4º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ECDFBA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB236223186-
CMYK00.060.210.07
HSL44.4º56.82%82.75%-
HSV(B)44.4º21.19%92.55%-
XYZ69.8474.1557.09-
YUV222.67107.31137.51-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 223 (87.5% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 28.84%
R=36.59%
G=34.57%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622318600.060.210.0744.456.8282.75
HexECDFBA061572c3953
Octal354337272062575471123
Binary1110110011011111101110100110101011111011001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFBA; }

 p { color: rgb(236,223,186); }

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

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

 a { background-color: rgb(236,223,186); }

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

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

 span { border-color: rgb(236,223,186); }

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