Html Css Color HEX #EDD0DF Classic Rose

📋 copy color: '#EDD0DF'

red 237 ◦ green 208 ◦ blue 223

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

Shades of Classic Rose #EDD0DF

Tints of Classic Rose #EDD0DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.38%

R = 35.48%
G = 31.14%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDD0DF (or 0xEDD0DF) is known color: Classic Rose. HEX triplet: ED, D0 and DF. RGB value is (237,208,223). Sum of RGB (Red+Green+Blue) = 237+208+223=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 223 (87.5% from 255 or 33.38% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD0DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD0DF is #122F20. Grayscale: #DADADA. Windows color (decimal): -1191713 or 14668013. OLE color: 14668013.

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

Color convert

RGB 237 208 223 -
CMYK 0 0.12 0.06 0.07
HSL 328.97º 0.45% 0.87% -
HSV(B) 328.97º 0.12% 0.93% -
XYZ 70.8 68.44 79.29 -
YUV 218.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 237 208 223 0 0.12 0.06 0.07 328.97 0.45 0.87
Hex ED D0 DF 0 C 6 7 149 2D 57
Octal 355 320 337 0 14 6 7 511 55 127
Binary 11101101 11010000 11011111 0 1100 110 111 101001001 101101 1010111

Color Harmonies of #EDD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD0DF

Black with #EDD0DF

Text Example


Text Example

White with #EDD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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