Html Css Color HEX #EDBBD7 Classic Rose

📋 copy color: '#EDBBD7'

red 237 ◦ green 187 ◦ blue 215

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

Shades of Classic Rose #EDBBD7

Tints of Classic Rose #EDBBD7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.26%

 BLUE value IS 215 (84.38% from 255) = 33.65%

R = 37.09%
G = 29.26%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EDBBD7 (or 0xEDBBD7) is known color: Classic Rose. HEX triplet: ED, BB and D7. RGB value is (237,187,215). Sum of RGB (Red+Green+Blue) = 237+187+215=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 187 (73.44% from 255 or 29.26% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD7 is #124428. Grayscale: #CDCDCD. Windows color (decimal): -1197097 or 14138349. OLE color: 14138349.

HSL color Cylindrical-coordinate representation of color #EDBBD7: hue angle of 326.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EDBBD7 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 187 215 -
CMYK 0 0.21 0.09 0.07
HSL 326.4º 0.58% 0.83% -
HSV(B) 326.4º 0.21% 0.93% -
XYZ 64.96 58.45 72.15 -
YUV 205.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 237 187 215 0 0.21 0.09 0.07 326.4 0.58 0.83
Hex ED BB D7 0 15 9 7 146 3A 53
Octal 355 273 327 0 25 11 7 506 72 123
Binary 11101101 10111011 11010111 0 10101 1001 111 101000110 111010 1010011

Color Harmonies of #EDBBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBD7

Black with #EDBBD7

Text Example


Text Example

White with #EDBBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBD7; }

 p { color: rgb(237,187,215); }

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

background-color css

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

 a { background-color: rgb(237,187,215); }

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

border-color css

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

 span { border-color: rgb(237,187,215); }

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