Html Css Color HEX #EDCEA2 Dairy Cream

📋 copy color: '#EDCEA2'

red 237 ◦ green 206 ◦ blue 162

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

Shades of Dairy Cream #EDCEA2

Tints of Dairy Cream #EDCEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 26.78%

R = 39.17%
G = 34.05%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDCEA2 (or 0xEDCEA2) is known color: Dairy Cream. HEX triplet: ED, CE and A2. RGB value is (237,206,162). Sum of RGB (Red+Green+Blue) = 237+206+162=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 162 (63.67% from 255 or 26.78% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCEA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCEA2 is #12315D. Grayscale: #D2D2D2. Windows color (decimal): -1192286 or 10669805. OLE color: 10669805.

HSL color Cylindrical-coordinate representation of color #EDCEA2: hue angle of 35.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDCEA2 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 206 162 -
CMYK 0 0.13 0.32 0.07
HSL 35.2º 0.68% 0.78% -
HSV(B) 35.2º 0.32% 0.93% -
XYZ 63.52 64.76 43.33 -
YUV 210.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 237 206 162 0 0.13 0.32 0.07 35.2 0.68 0.78
Hex ED CE A2 0 D 20 7 23 44 4E
Octal 355 316 242 0 15 40 7 43 104 116
Binary 11101101 11001110 10100010 0 1101 100000 111 100011 1000100 1001110

Color Harmonies of #EDCEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCEA2

Black with #EDCEA2

Text Example


Text Example

White with #EDCEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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