#EBCDA7

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

Shades of Dairy Cream #EBCDA7

Tints of Dairy Cream #EBCDA7

Color information

#EBCDA7 (or 0xEBCDA7) is unknown color: approx Dairy Cream. HEX triplet: EB, CD and A7. RGB value is (235,205,167). Sum of RGB (Red+Green+Blue) = 235+205+167=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 205 (80.47% from 255 or 33.77% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCDA7 is #143258. Grayscale: #D1D1D1. Windows color (decimal): -1323609 or 10997227. OLE color: 10997227.

HSL color Cylindrical-coordinate representation of color #EBCDA7: hue angle of 33.53º 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 #EBCDA7 is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235205167-
CMYK00.130.290.08
HSL33.53º62.96%78.82%-
HSV(B)33.53º28.94%92.16%-
XYZ63.0764.1145.61-
YUV209.64103.94146.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.71%
GREEN value IS 205 (80.47% from 255) = 33.77%
BLUE value IS 167 (65.62% from 255) = 27.51%
R=38.71%
G=33.77%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520516700.130.290.0833.5362.9678.82
HexEBCDA70D1D8223f4f
Octal35331524701535104277117
Binary111010111100110110100111011011110110001000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCDA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCDA7; }

 p { color: rgb(235,205,167); }

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

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

 a { background-color: rgb(235,205,167); }

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

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

 span { border-color: rgb(235,205,167); }

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