#EDCDDC

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

Shades of Classic Rose #EDCDDC

Tints of Classic Rose #EDCDDC

Color information

#EDCDDC (or 0xEDCDDC) is unknown color: approx Classic Rose. HEX triplet: ED, CD and DC. RGB value is (237,205,220). Sum of RGB (Red+Green+Blue) = 237+205+220=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCDDC is #123223. Grayscale: #D8D8D8. Windows color (decimal): -1192484 or 14470637. OLE color: 14470637.

HSL color Cylindrical-coordinate representation of color #EDCDDC: hue angle of 331.88º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDCDDC is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB237205220-
CMYK00.140.070.07
HSL331.88º47.06%86.67%-
HSV(B)331.88º13.5%92.94%-
XYZ69.6766.8376.94-
YUV216.28130.1142.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.80%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 220 (86.33% from 255) = 33.23%
R=35.80%
G=30.97%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720522000.140.070.07331.8847.0686.67
HexEDCDDC0E7714c2f57
Octal3553153340167751457127
Binary111011011100110111011100011101111111010011001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCDDC; }

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

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

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

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

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

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

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

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