#EDBFDC

Color #EDBFDC Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EDBFDC

Tints of Classic Rose #EDBFDC

Color information

#EDBFDC (or 0xEDBFDC) is unknown color: approx Classic Rose. HEX triplet: ED, BF and DC. RGB value is (237,191,220). Sum of RGB (Red+Green+Blue) = 237+191+220=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 191 (75% from 255 or 29.48% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFDC is #124023. Grayscale: #CFCFCF. Windows color (decimal): -1196068 or 14467053. OLE color: 14467053.

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

Color convert

RGB237191220-
CMYK00.190.070.07
HSL322.17º56.1%83.92%-
HSV(B)322.17º19.41%92.94%-
XYZ66.4760.4375.87-
YUV208.06134.74148.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.57%
GREEN value IS 191 (75% from 255) = 29.48%
BLUE value IS 220 (86.33% from 255) = 33.95%
R=36.57%
G=29.48%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719122000.190.070.07322.1756.183.92
HexEDBFDC013771423854
Octal3552773340237750270124
Binary1110110110111111110111000100111111111010000101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBFDC; }

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

 H1.HeaderClassName
 {
   color: #EDBFDC;
 }
 .AnyTagClassName
 {
   color: #EDBFDC;
 }
</style>
background-color css

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

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

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

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

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

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