Html Css Color HEX #EACDA6 Dairy Cream

📋 copy color: '#EACDA6'

red 234 ◦ green 205 ◦ blue 166

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

Shades of Dairy Cream #EACDA6

Tints of Dairy Cream #EACDA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.44%

R = 38.68%
G = 33.88%
B = 27.44%

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

#EACDA6 (or 0xEACDA6) is known color: Dairy Cream. HEX triplet: EA, CD and A6. RGB value is (234,205,166). Sum of RGB (Red+Green+Blue) = 234+205+166=605 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.68% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EACDA6 is #153259. Grayscale: #D1D1D1. Windows color (decimal): -1389146 or 10931690. OLE color: 10931690.

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

Color convert

RGB 234 205 166 -
CMYK 0 0.12 0.29 0.08
HSL 34.41º 0.62% 0.78% -
HSV(B) 34.41º 0.29% 0.92% -
XYZ 62.65 63.91 45.11 -
YUV 209.23 103.61 145.67 -
System Red Green Blue C M Y K H S L
Decimal 234 205 166 0 0.12 0.29 0.08 34.41 0.62 0.78
Hex EA CD A6 0 C 1D 8 22 3E 4E
Octal 352 315 246 0 14 35 10 42 76 116
Binary 11101010 11001101 10100110 0 1100 11101 1000 100010 111110 1001110

Color Harmonies of #EACDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACDA6

Black with #EACDA6

Text Example


Text Example

White with #EACDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACDA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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