Html Css Color HEX #ECD1A8 Dairy Cream

📋 copy color: '#ECD1A8'

red 236 ◦ green 209 ◦ blue 168

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

Shades of Dairy Cream #ECD1A8

Tints of Dairy Cream #ECD1A8

RGB

 RED value IS 236 (92.58% from 255) = 38.5%

 GREEN value IS 209 (82.03% from 255) = 34.09%

 BLUE value IS 168 (66.02% from 255) = 27.41%

R = 38.5%
G = 34.09%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ECD1A8 (or 0xECD1A8) is known color: Dairy Cream. HEX triplet: EC, D1 and A8. RGB value is (236,209,168). Sum of RGB (Red+Green+Blue) = 236+209+168=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 168 (66.02% from 255 or 27.41% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD1A8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD1A8 is #132E57. Grayscale: #D4D4D4. Windows color (decimal): -1257048 or 11063788. OLE color: 11063788.

HSL color Cylindrical-coordinate representation of color #ECD1A8: hue angle of 36.18º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECD1A8 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 209 168 -
CMYK 0 0.11 0.29 0.07
HSL 36.18º 0.64% 0.79% -
HSV(B) 36.18º 0.29% 0.93% -
XYZ 64.46 66.26 46.44 -
YUV 212.4 102.95 144.83 -
System Red Green Blue C M Y K H S L
Decimal 236 209 168 0 0.11 0.29 0.07 36.18 0.64 0.79
Hex EC D1 A8 0 B 1D 7 24 40 4F
Octal 354 321 250 0 13 35 7 44 100 117
Binary 11101100 11010001 10101000 0 1011 11101 111 100100 1000000 1001111

Color Harmonies of #ECD1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD1A8

Black with #ECD1A8

Text Example


Text Example

White with #ECD1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD1A8; }

 p { color: rgb(236,209,168); }

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

background-color css

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

 a { background-color: rgb(236,209,168); }

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

border-color css

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

 span { border-color: rgb(236,209,168); }

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