Html Css Color HEX #EDCDA2 Dairy Cream

📋 copy color: '#EDCDA2'

red 237 ◦ green 205 ◦ blue 162

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

Shades of Dairy Cream #EDCDA2

Tints of Dairy Cream #EDCDA2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.94%

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

R = 39.24%
G = 33.94%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDCDA2 (or 0xEDCDA2) is known color: Dairy Cream. HEX triplet: ED, CD and A2. RGB value is (237,205,162). Sum of RGB (Red+Green+Blue) = 237+205+162=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 205 (80.47% from 255 or 33.94% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDCDA2 is #12325D. Grayscale: #D1D1D1. Windows color (decimal): -1192542 or 10669549. OLE color: 10669549.

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

Color convert

RGB 237 205 162 -
CMYK 0 0.14 0.32 0.07
HSL 34.4º 0.68% 0.78% -
HSV(B) 34.4º 0.32% 0.93% -
XYZ 63.28 64.28 43.25 -
YUV 209.67 101.1 147.5 -
System Red Green Blue C M Y K H S L
Decimal 237 205 162 0 0.14 0.32 0.07 34.4 0.68 0.78
Hex ED CD A2 0 E 20 7 22 44 4E
Octal 355 315 242 0 16 40 7 42 104 116
Binary 11101101 11001101 10100010 0 1110 100000 111 100010 1000100 1001110

Color Harmonies of #EDCDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCDA2

Black with #EDCDA2

Text Example


Text Example

White with #EDCDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCDA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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