Html Css Color HEX #EDBDDD Classic Rose

📋 copy color: '#EDBDDD'

red 237 ◦ green 189 ◦ blue 221

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

Shades of Classic Rose #EDBDDD

Tints of Classic Rose #EDBDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 29.21%

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

R = 36.63%
G = 29.21%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EDBDDD (or 0xEDBDDD) is known color: Classic Rose. HEX triplet: ED, BD and DD. RGB value is (237,189,221). Sum of RGB (Red+Green+Blue) = 237+189+221=647 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.63% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDDD is #124222. Grayscale: #CECECE. Windows color (decimal): -1196579 or 14532077. OLE color: 14532077.

HSL color Cylindrical-coordinate representation of color #EDBDDD: hue angle of 320º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDDD is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 189 221 -
CMYK 0 0.20 0.07 0.07
HSL 320º 0.57% 0.84% -
HSV(B) 320º 0.2% 0.93% -
XYZ 66.17 59.62 76.43 -
YUV 207 135.9 149.4 -
System Red Green Blue C M Y K H S L
Decimal 237 189 221 0 0.20 0.07 0.07 320 0.57 0.84
Hex ED BD DD 0 14 7 7 140 39 54
Octal 355 275 335 0 24 7 7 500 71 124
Binary 11101101 10111101 11011101 0 10100 111 111 101000000 111001 1010100

Color Harmonies of #EDBDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDDD

Black with #EDBDDD

Text Example


Text Example

White with #EDBDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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