Html Css Color HEX #EDD2DD Classic Rose

📋 copy color: '#EDD2DD'

red 237 ◦ green 210 ◦ blue 221

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

Shades of Classic Rose #EDD2DD

Tints of Classic Rose #EDD2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 33.08%

R = 35.48%
G = 31.44%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDD2DD (or 0xEDD2DD) is known color: Classic Rose. HEX triplet: ED, D2 and DD. RGB value is (237,210,221). Sum of RGB (Red+Green+Blue) = 237+210+221=668 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.48% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD2DD is #122D22. Grayscale: #DBDBDB. Windows color (decimal): -1191203 or 14537453. OLE color: 14537453.

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

Color convert

RGB 237 210 221 -
CMYK 0 0.11 0.07 0.07
HSL 335.56º 0.43% 0.88% -
HSV(B) 335.56º 0.11% 0.93% -
XYZ 71.02 69.32 78.04 -
YUV 219.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 237 210 221 0 0.11 0.07 0.07 335.56 0.43 0.88
Hex ED D2 DD 0 B 7 7 150 2B 58
Octal 355 322 335 0 13 7 7 520 53 130
Binary 11101101 11010010 11011101 0 1011 111 111 101010000 101011 1011000

Color Harmonies of #EDD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD2DD

Black with #EDD2DD

Text Example


Text Example

White with #EDD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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