Html Css Color HEX #EDBFD4 Classic Rose

📋 copy color: '#EDBFD4'

red 237 ◦ green 191 ◦ blue 212

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

Shades of Classic Rose #EDBFD4

Tints of Classic Rose #EDBFD4

RGB

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

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

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

R = 37.03%
G = 29.84%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDBFD4 (or 0xEDBFD4) is known color: Classic Rose. HEX triplet: ED, BF and D4. RGB value is (237,191,212). Sum of RGB (Red+Green+Blue) = 237+191+212=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFD4 is #12402B. Grayscale: #CFCFCF. Windows color (decimal): -1196076 or 13942765. OLE color: 13942765.

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

Color convert

RGB 237 191 212 -
CMYK 0 0.19 0.11 0.07
HSL 332.61º 0.56% 0.84% -
HSV(B) 332.61º 0.19% 0.93% -
XYZ 65.44 60.02 70.42 -
YUV 207.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 237 191 212 0 0.19 0.11 0.07 332.61 0.56 0.84
Hex ED BF D4 0 13 B 7 14D 38 54
Octal 355 277 324 0 23 13 7 515 70 124
Binary 11101101 10111111 11010100 0 10011 1011 111 101001101 111000 1010100

Color Harmonies of #EDBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFD4

Black with #EDBFD4

Text Example


Text Example

White with #EDBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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