#EBCFA7

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

Shades of Dairy Cream #EBCFA7

Tints of Dairy Cream #EBCFA7

Color information

#EBCFA7 (or 0xEBCFA7) is unknown color: approx Dairy Cream. HEX triplet: EB, CF and A7. RGB value is (235,207,167). Sum of RGB (Red+Green+Blue) = 235+207+167=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 207 (81.25% from 255 or 33.99% from 609); Blue value is 167 (65.62% from 255 or 27.42% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCFA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBCFA7 is #143058. Grayscale: #D3D3D3. Windows color (decimal): -1323097 or 10997739. OLE color: 10997739.

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

Color convert

RGB235207167-
CMYK00.120.290.08
HSL35.29º62.96%78.82%-
HSV(B)35.29º28.94%92.16%-
XYZ63.5565.0845.77-
YUV210.81103.28145.25-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 33.99%
BLUE value IS 167 (65.62% from 255) = 27.42%
R=38.59%
G=33.99%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520716700.120.290.0835.2962.9678.82
HexEBCFA70C1D8233f4f
Octal35331724701435104377117
Binary111010111100111110100111011001110110001000111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBCFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBCFA7; }

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

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

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

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

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

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

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

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