Html Css Color HEX #EDCEA6 Dairy Cream

📋 copy color: '#EDCEA6'

red 237 ◦ green 206 ◦ blue 166

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

Shades of Dairy Cream #EDCEA6

Tints of Dairy Cream #EDCEA6

RGB

 RED value IS 237 (92.97% from 255) = 38.92%

 GREEN value IS 206 (80.86% from 255) = 33.83%

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

R = 38.92%
G = 33.83%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDCEA6 (or 0xEDCEA6) is known color: Dairy Cream. HEX triplet: ED, CE and A6. RGB value is (237,206,166). Sum of RGB (Red+Green+Blue) = 237+206+166=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA6 is #123159. Grayscale: #D2D2D2. Windows color (decimal): -1192282 or 10931949. OLE color: 10931949.

HSL color Cylindrical-coordinate representation of color #EDCEA6: hue angle of 33.8º degrees, saturation: 0.66, 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 #EDCEA6 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 166 -
CMYK 0 0.13 0.30 0.07
HSL 33.8º 0.66% 0.79% -
HSV(B) 33.8º 0.3% 0.93% -
XYZ 63.88 64.9 45.24 -
YUV 210.71 102.77 146.75 -
System Red Green Blue C M Y K H S L
Decimal 237 206 166 0 0.13 0.30 0.07 33.8 0.66 0.79
Hex ED CE A6 0 D 1E 7 22 42 4F
Octal 355 316 246 0 15 36 7 42 102 117
Binary 11101101 11001110 10100110 0 1101 11110 111 100010 1000010 1001111

Color Harmonies of #EDCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEA6

Black with #EDCEA6

Text Example


Text Example

White with #EDCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEA6; }

 p { color: rgb(237,206,166); }

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

background-color css

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

 a { background-color: rgb(237,206,166); }

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

border-color css

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

 span { border-color: rgb(237,206,166); }

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