Html Css Color HEX #EDBBD3 Classic Rose

📋 copy color: '#EDBBD3'

red 237 ◦ green 187 ◦ blue 211

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

Shades of Classic Rose #EDBBD3

Tints of Classic Rose #EDBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.23%

R = 37.32%
G = 29.45%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDBBD3 (or 0xEDBBD3) is known color: Classic Rose. HEX triplet: ED, BB and D3. RGB value is (237,187,211). Sum of RGB (Red+Green+Blue) = 237+187+211=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 187 (73.44% from 255 or 29.45% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD3 is #12442C. Grayscale: #CCCCCC. Windows color (decimal): -1197101 or 13876205. OLE color: 13876205.

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

Color convert

RGB 237 187 211 -
CMYK 0 0.21 0.11 0.07
HSL 331.2º 0.58% 0.83% -
HSV(B) 331.2º 0.21% 0.93% -
XYZ 64.45 58.25 69.47 -
YUV 204.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 237 187 211 0 0.21 0.11 0.07 331.2 0.58 0.83
Hex ED BB D3 0 15 B 7 14B 3A 53
Octal 355 273 323 0 25 13 7 513 72 123
Binary 11101101 10111011 11010011 0 10101 1011 111 101001011 111010 1010011

Color Harmonies of #EDBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBD3

Black with #EDBBD3

Text Example


Text Example

White with #EDBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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