Html Css Color HEX #EDD0DB Classic Rose

📋 copy color: '#EDD0DB'

red 237 ◦ green 208 ◦ blue 219

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

Shades of Classic Rose #EDD0DB

Tints of Classic Rose #EDD0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 32.98%

R = 35.69%
G = 31.33%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDD0DB (or 0xEDD0DB) is known color: Classic Rose. HEX triplet: ED, D0 and DB. RGB value is (237,208,219). Sum of RGB (Red+Green+Blue) = 237+208+219=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 208 (81.64% from 255 or 31.33% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DB is #122F24. Grayscale: #D9D9D9. Windows color (decimal): -1191717 or 14405869. OLE color: 14405869.

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

Color convert

RGB 237 208 219 -
CMYK 0 0.12 0.08 0.07
HSL 337.24º 0.45% 0.87% -
HSV(B) 337.24º 0.12% 0.93% -
XYZ 70.27 68.23 76.48 -
YUV 217.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 237 208 219 0 0.12 0.08 0.07 337.24 0.45 0.87
Hex ED D0 DB 0 C 8 7 151 2D 57
Octal 355 320 333 0 14 10 7 521 55 127
Binary 11101101 11010000 11011011 0 1100 1000 111 101010001 101101 1010111

Color Harmonies of #EDD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0DB

Black with #EDD0DB

Text Example


Text Example

White with #EDD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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