Html Css Color HEX #EDD2DF Classic Rose

📋 copy color: '#EDD2DF'

red 237 ◦ green 210 ◦ blue 223

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

Shades of Classic Rose #EDD2DF

Tints of Classic Rose #EDD2DF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.34%

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

R = 35.37%
G = 31.34%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDD2DF (or 0xEDD2DF) is known color: Classic Rose. HEX triplet: ED, D2 and DF. RGB value is (237,210,223). Sum of RGB (Red+Green+Blue) = 237+210+223=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 223 (87.5% from 255 or 33.28% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2DF is #122D20. Grayscale: #DBDBDB. Windows color (decimal): -1191201 or 14668525. OLE color: 14668525.

HSL color Cylindrical-coordinate representation of color #EDD2DF: hue angle of 331.11º degrees, saturation: 0.43, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDD2DF is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 210 223 -
CMYK 0 0.11 0.06 0.07
HSL 331.11º 0.43% 0.88% -
HSV(B) 331.11º 0.11% 0.93% -
XYZ 71.29 69.43 79.46 -
YUV 219.56 129.95 140.44 -
System Red Green Blue C M Y K H S L
Decimal 237 210 223 0 0.11 0.06 0.07 331.11 0.43 0.88
Hex ED D2 DF 0 B 6 7 14B 2B 58
Octal 355 322 337 0 13 6 7 513 53 130
Binary 11101101 11010010 11011111 0 1011 110 111 101001011 101011 1011000

Color Harmonies of #EDD2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2DF

Black with #EDD2DF

Text Example


Text Example

White with #EDD2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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