#EBDFB5

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

Shades of Dutch White #EBDFB5

Tints of Dutch White #EBDFB5

Color information

#EBDFB5 (or 0xEBDFB5) is unknown color: approx Dutch White. HEX triplet: EB, DF and B5. RGB value is (235,223,181). Sum of RGB (Red+Green+Blue) = 235+223+181=639 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.78% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 181 (71.09% from 255 or 28.33% from 639); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFB5 is #14204A. Grayscale: #DDDDDD. Windows color (decimal): -1318987 or 11919339. OLE color: 11919339.

HSL color Cylindrical-coordinate representation of color #EBDFB5: hue angle of 46.67º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBDFB5 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235223181-
CMYK00.050.230.08
HSL46.67º57.45%81.57%-
HSV(B)46.67º22.98%92.16%-
XYZ68.9973.7754.32-
YUV221.8104.98137.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.78%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 181 (71.09% from 255) = 28.33%
R=36.78%
G=34.90%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522318100.050.230.0846.6757.4581.57
HexEBDFB5051782f3952
Octal3533372650527105771122
Binary11101011110111111011010101011011110001011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFB5; }

 p { color: rgb(235,223,181); }

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

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

 a { background-color: rgb(235,223,181); }

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

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

 span { border-color: rgb(235,223,181); }

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