#EDDBE6

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

Shades of Classic Rose #EDDBE6

Tints of Classic Rose #EDDBE6

Color information

#EDDBE6 (or 0xEDDBE6) is unknown color: approx Classic Rose. HEX triplet: ED, DB and E6. RGB value is (237,219,230). Sum of RGB (Red+Green+Blue) = 237+219+230=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 219 (85.94% from 255 or 31.92% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDBE6 is #122419. Grayscale: #E1E1E1. Windows color (decimal): -1188890 or 15129581. OLE color: 15129581.

HSL color Cylindrical-coordinate representation of color #EDDBE6: hue angle of 323.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDBE6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB237219230-
CMYK00.080.030.07
HSL323.33º33.33%89.41%-
HSV(B)323.33º7.59%92.94%-
XYZ74.5474.3885.29-
YUV225.64130.46136.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.55%
GREEN value IS 219 (85.94% from 255) = 31.92%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=34.55%
G=31.92%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721923000.080.030.07323.3333.3389.41
HexEDDBE608371432159
Octal3553333460103750341131
Binary11101101110110111110011001000111111010000111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBE6; }

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

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

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

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

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

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

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

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