Html Css Color HEX #EDBFD5 Classic Rose

📋 copy color: '#EDBFD5'

red 237 ◦ green 191 ◦ blue 213

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

Shades of Classic Rose #EDBFD5

Tints of Classic Rose #EDBFD5

RGB

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

 GREEN value IS 191 (75% from 255) = 29.8%

 BLUE value IS 213 (83.59% from 255) = 33.23%

R = 36.97%
G = 29.8%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#EDBFD5 (or 0xEDBFD5) is known color: Classic Rose. HEX triplet: ED, BF and D5. RGB value is (237,191,213). Sum of RGB (Red+Green+Blue) = 237+191+213=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 191 (75% from 255 or 29.80% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFD5 is #12402A. Grayscale: #CFCFCF. Windows color (decimal): -1196075 or 14008301. OLE color: 14008301.

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

Color convert

RGB 237 191 213 -
CMYK 0 0.19 0.10 0.07
HSL 331.3º 0.56% 0.84% -
HSV(B) 331.3º 0.19% 0.93% -
XYZ 65.57 60.07 71.09 -
YUV 207.26 131.24 149.21 -
System Red Green Blue C M Y K H S L
Decimal 237 191 213 0 0.19 0.10 0.07 331.3 0.56 0.84
Hex ED BF D5 0 13 A 7 14B 38 54
Octal 355 277 325 0 23 12 7 513 70 124
Binary 11101101 10111111 11010101 0 10011 1010 111 101001011 111000 1010100

Color Harmonies of #EDBFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFD5

Black with #EDBFD5

Text Example


Text Example

White with #EDBFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFD5; }

 p { color: rgb(237,191,213); }

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

background-color css

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

 a { background-color: rgb(237,191,213); }

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

border-color css

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

 span { border-color: rgb(237,191,213); }

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