#EDBEDB

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

Shades of Classic Rose #EDBEDB

Tints of Classic Rose #EDBEDB

Color information

#EDBEDB (or 0xEDBEDB) is unknown color: approx Classic Rose. HEX triplet: ED, BE and DB. RGB value is (237,190,219). Sum of RGB (Red+Green+Blue) = 237+190+219=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 190 (74.61% from 255 or 29.41% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBEDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBEDB is #124124. Grayscale: #CFCFCF. Windows color (decimal): -1196325 or 14401261. OLE color: 14401261.

HSL color Cylindrical-coordinate representation of color #EDBEDB: hue angle of 322.98º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBEDB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB237190219-
CMYK00.200.080.07
HSL322.98º56.63%83.73%-
HSV(B)322.98º19.83%92.94%-
XYZ66.1259.9575.1-
YUV207.36134.57149.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.69%
GREEN value IS 190 (74.61% from 255) = 29.41%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=36.69%
G=29.41%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719021900.200.080.07322.9856.6383.73
HexEDBEDB014871433954
Octal35527633302410750371124
Binary11101101101111101101101101010010001111010000111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBEDB; }

 p { color: rgb(237,190,219); }

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

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

 a { background-color: rgb(237,190,219); }

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

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

 span { border-color: rgb(237,190,219); }

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