#EDCADD

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

Shades of Classic Rose #EDCADD

Tints of Classic Rose #EDCADD

Color information

#EDCADD (or 0xEDCADD) is unknown color: approx Classic Rose. HEX triplet: ED, CA and DD. RGB value is (237,202,221). Sum of RGB (Red+Green+Blue) = 237+202+221=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADD is #123522. Grayscale: #D6D6D6. Windows color (decimal): -1193251 or 14535405. OLE color: 14535405.

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

Color convert

RGB237202221-
CMYK00.150.070.07
HSL327.43º49.3%86.08%-
HSV(B)327.43º14.77%92.94%-
XYZ69.165.4777.4-
YUV214.63131.6143.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=35.91%
G=30.61%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720222100.150.070.07327.4349.386.08
HexEDCADD0F771473156
Octal3553123350177750761126
Binary111011011100101011011101011111111111010001111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCADD; }

 p { color: rgb(237,202,221); }

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

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

 a { background-color: rgb(237,202,221); }

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

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

 span { border-color: rgb(237,202,221); }

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