Html Css Color HEX #EDD0DC Classic Rose

📋 copy color: '#EDD0DC'

red 237 ◦ green 208 ◦ blue 220

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

Shades of Classic Rose #EDD0DC

Tints of Classic Rose #EDD0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.28%

 BLUE value IS 220 (86.33% from 255) = 33.08%

R = 35.64%
G = 31.28%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDD0DC (or 0xEDD0DC) is known color: Classic Rose. HEX triplet: ED, D0 and DC. RGB value is (237,208,220). Sum of RGB (Red+Green+Blue) = 237+208+220=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 208 (81.64% from 255 or 31.28% from 665); Blue value is 220 (86.33% from 255 or 33.08% from 665); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DC is #122F23. Grayscale: #DADADA. Windows color (decimal): -1191716 or 14471405. OLE color: 14471405.

HSL color Cylindrical-coordinate representation of color #EDD0DC: hue angle of 335.17º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDD0DC is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 208 220 -
CMYK 0 0.12 0.07 0.07
HSL 335.17º 0.45% 0.87% -
HSV(B) 335.17º 0.12% 0.93% -
XYZ 70.4 68.28 77.18 -
YUV 218.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 237 208 220 0 0.12 0.07 0.07 335.17 0.45 0.87
Hex ED D0 DC 0 C 7 7 14F 2D 57
Octal 355 320 334 0 14 7 7 517 55 127
Binary 11101101 11010000 11011100 0 1100 111 111 101001111 101101 1010111

Color Harmonies of #EDD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0DC

Black with #EDD0DC

Text Example


Text Example

White with #EDD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0DC; }

 p { color: rgb(237,208,220); }

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

background-color css

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

 a { background-color: rgb(237,208,220); }

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

border-color css

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

 span { border-color: rgb(237,208,220); }

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