Html Css Color HEX #EED2A6 Dairy Cream

📋 copy color: '#EED2A6'

red 238 ◦ green 210 ◦ blue 166

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

Shades of Dairy Cream #EED2A6

Tints of Dairy Cream #EED2A6

RGB

 RED value IS 238 (93.36% from 255) = 38.76%

 GREEN value IS 210 (82.42% from 255) = 34.2%

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

R = 38.76%
G = 34.2%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EED2A6 (or 0xEED2A6) is known color: Dairy Cream. HEX triplet: EE, D2 and A6. RGB value is (238,210,166). Sum of RGB (Red+Green+Blue) = 238+210+166=614 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.76% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2A6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED2A6 is #112D59. Grayscale: #D5D5D5. Windows color (decimal): -1125722 or 10932974. OLE color: 10932974.

HSL color Cylindrical-coordinate representation of color #EED2A6: hue angle of 36.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EED2A6 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 210 166 -
CMYK 0 0.12 0.30 0.07
HSL 36.67º 0.68% 0.79% -
HSV(B) 36.67º 0.3% 0.93% -
XYZ 65.19 67.02 45.58 -
YUV 213.36 101.28 145.58 -
System Red Green Blue C M Y K H S L
Decimal 238 210 166 0 0.12 0.30 0.07 36.67 0.68 0.79
Hex EE D2 A6 0 C 1E 7 25 44 4F
Octal 356 322 246 0 14 36 7 45 104 117
Binary 11101110 11010010 10100110 0 1100 11110 111 100101 1000100 1001111

Color Harmonies of #EED2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED2A6

Black with #EED2A6

Text Example


Text Example

White with #EED2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED2A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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