Html Css Color HEX #EDBBD4 Classic Rose

📋 copy color: '#EDBBD4'

red 237 ◦ green 187 ◦ blue 212

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

Shades of Classic Rose #EDBBD4

Tints of Classic Rose #EDBBD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 33.33%

R = 37.26%
G = 29.4%
B = 33.33%

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

#EDBBD4 (or 0xEDBBD4) is known color: Classic Rose. HEX triplet: ED, BB and D4. RGB value is (237,187,212). Sum of RGB (Red+Green+Blue) = 237+187+212=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 187 (73.44% from 255 or 29.40% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBBD4 is #12442B. Grayscale: #CCCCCC. Windows color (decimal): -1197100 or 13941741. OLE color: 13941741.

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

Color convert

RGB 237 187 212 -
CMYK 0 0.21 0.11 0.07
HSL 330º 0.58% 0.83% -
HSV(B) 330º 0.21% 0.93% -
XYZ 64.58 58.3 70.14 -
YUV 204.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 237 187 212 0 0.21 0.11 0.07 330 0.58 0.83
Hex ED BB D4 0 15 B 7 14A 3A 53
Octal 355 273 324 0 25 13 7 512 72 123
Binary 11101101 10111011 11010100 0 10101 1011 111 101001010 111010 1010011

Color Harmonies of #EDBBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBD4

Black with #EDBBD4

Text Example


Text Example

White with #EDBBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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