Html Css Color HEX #EDD4DD Classic Rose

📋 copy color: '#EDD4DD'

red 237 ◦ green 212 ◦ blue 221

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

Shades of Classic Rose #EDD4DD

Tints of Classic Rose #EDD4DD

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.64%

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

R = 35.37%
G = 31.64%
B = 32.99%

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

#EDD4DD (or 0xEDD4DD) is known color: Classic Rose. HEX triplet: ED, D4 and DD. RGB value is (237,212,221). Sum of RGB (Red+Green+Blue) = 237+212+221=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD4DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDD4DD is #122B22. Grayscale: #DCDCDC. Windows color (decimal): -1190691 or 14537965. OLE color: 14537965.

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

Color convert

RGB 237 212 221 -
CMYK 0 0.11 0.07 0.07
HSL 338.4º 0.41% 0.88% -
HSV(B) 338.4º 0.11% 0.93% -
XYZ 71.52 70.31 78.21 -
YUV 220.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 237 212 221 0 0.11 0.07 0.07 338.4 0.41 0.88
Hex ED D4 DD 0 B 7 7 152 29 58
Octal 355 324 335 0 13 7 7 522 51 130
Binary 11101101 11010100 11011101 0 1011 111 111 101010010 101001 1011000

Color Harmonies of #EDD4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD4DD

Black with #EDD4DD

Text Example


Text Example

White with #EDD4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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