Html Css Color HEX #ECD2A7 Dairy Cream

📋 copy color: '#ECD2A7'

red 236 ◦ green 210 ◦ blue 167

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

Shades of Dairy Cream #ECD2A7

Tints of Dairy Cream #ECD2A7

RGB

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

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

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

R = 38.5%
G = 34.26%
B = 27.24%

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

#ECD2A7 (or 0xECD2A7) is known color: Dairy Cream. HEX triplet: EC, D2 and A7. RGB value is (236,210,167). Sum of RGB (Red+Green+Blue) = 236+210+167=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD2A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECD2A7 is #132D58. Grayscale: #D5D5D5. Windows color (decimal): -1256793 or 10998508. OLE color: 10998508.

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

Color convert

RGB 236 210 167 -
CMYK 0 0.11 0.29 0.07
HSL 37.39º 0.64% 0.79% -
HSV(B) 37.39º 0.29% 0.93% -
XYZ 64.61 66.72 46.03 -
YUV 212.87 102.11 144.5 -
System Red Green Blue C M Y K H S L
Decimal 236 210 167 0 0.11 0.29 0.07 37.39 0.64 0.79
Hex EC D2 A7 0 B 1D 7 25 40 4F
Octal 354 322 247 0 13 35 7 45 100 117
Binary 11101100 11010010 10100111 0 1011 11101 111 100101 1000000 1001111

Color Harmonies of #ECD2A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD2A7

Black with #ECD2A7

Text Example


Text Example

White with #ECD2A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD2A7; }

 p { color: rgb(236,210,167); }

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

background-color css

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

 a { background-color: rgb(236,210,167); }

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

border-color css

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

 span { border-color: rgb(236,210,167); }

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