Html Css Color HEX #EDBFD6 Classic Rose

📋 copy color: '#EDBFD6'

red 237 ◦ green 191 ◦ blue 214

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

Shades of Classic Rose #EDBFD6

Tints of Classic Rose #EDBFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.33%

R = 36.92%
G = 29.75%
B = 33.33%

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

#EDBFD6 (or 0xEDBFD6) is known color: Classic Rose. HEX triplet: ED, BF and D6. RGB value is (237,191,214). Sum of RGB (Red+Green+Blue) = 237+191+214=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 191 (75% from 255 or 29.75% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFD6 is #124029. Grayscale: #CFCFCF. Windows color (decimal): -1196074 or 14073837. OLE color: 14073837.

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

Color convert

RGB 237 191 214 -
CMYK 0 0.19 0.10 0.07
HSL 330º 0.56% 0.84% -
HSV(B) 330º 0.19% 0.93% -
XYZ 65.69 60.12 71.76 -
YUV 207.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 237 191 214 0 0.19 0.10 0.07 330 0.56 0.84
Hex ED BF D6 0 13 A 7 14A 38 54
Octal 355 277 326 0 23 12 7 512 70 124
Binary 11101101 10111111 11010110 0 10011 1010 111 101001010 111000 1010100

Color Harmonies of #EDBFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFD6

Black with #EDBFD6

Text Example


Text Example

White with #EDBFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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