Html Css Color HEX #EACDA7 Dairy Cream

📋 copy color: '#EACDA7'

red 234 ◦ green 205 ◦ blue 167

#EACDA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dairy Cream #EACDA7

Tints of Dairy Cream #EACDA7

RGB

 RED value IS 234 (91.8% from 255) = 38.61%

 GREEN value IS 205 (80.47% from 255) = 33.83%

 BLUE value IS 167 (65.63% from 255) = 27.56%

R = 38.61%
G = 33.83%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#EACDA7 (or 0xEACDA7) is known color: Dairy Cream. HEX triplet: EA, CD and A7. RGB value is (234,205,167). Sum of RGB (Red+Green+Blue) = 234+205+167=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA7 is #153258. Grayscale: #D1D1D1. Windows color (decimal): -1389145 or 10997226. OLE color: 10997226.

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

Color convert

RGB 234 205 167 -
CMYK 0 0.12 0.29 0.08
HSL 34.03º 0.61% 0.79% -
HSV(B) 34.03º 0.29% 0.92% -
XYZ 62.74 63.95 45.6 -
YUV 209.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 234 205 167 0 0.12 0.29 0.08 34.03 0.61 0.79
Hex EA CD A7 0 C 1D 8 22 3D 4F
Octal 352 315 247 0 14 35 10 42 75 117
Binary 11101010 11001101 10100111 0 1100 11101 1000 100010 111101 1001111

Color Harmonies of #EACDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDA7

Black with #EACDA7

Text Example


Text Example

White with #EACDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDA7; }

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

 H1.HeaderClassName
 {
   color: #EACDA7;
 }
 .AnyTagClassName
 {
   color: #EACDA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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