#EBD2A6

Color #EBD2A6 Dairy Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dairy Cream #EBD2A6

Tints of Dairy Cream #EBD2A6

Color information

#EBD2A6 (or 0xEBD2A6) is unknown color: approx Dairy Cream. HEX triplet: EB, D2 and A6. RGB value is (235,210,166). Sum of RGB (Red+Green+Blue) = 235+210+166=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 210 (82.42% from 255 or 34.37% from 611); Blue value is 166 (65.23% from 255 or 27.17% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD2A6 is #142D59. Grayscale: #D4D4D4. Windows color (decimal): -1322330 or 10932971. OLE color: 10932971.

HSL color Cylindrical-coordinate representation of color #EBD2A6: hue angle of 38.26º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBD2A6 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235210166-
CMYK00.110.290.08
HSL38.26º63.3%78.63%-
HSV(B)38.26º29.36%92.16%-
XYZ64.1966.5145.53-
YUV212.46101.78144.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 210 (82.42% from 255) = 34.37%
BLUE value IS 166 (65.23% from 255) = 27.17%
R=38.46%
G=34.37%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521016600.110.290.0838.2663.378.63
HexEBD2A60B1D8263f4f
Octal35332224601335104677117
Binary111010111101001010100110010111110110001001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2A6; }

 p { color: rgb(235,210,166); }

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

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

 a { background-color: rgb(235,210,166); }

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

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

 span { border-color: rgb(235,210,166); }

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