#EDCADE

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

Shades of Classic Rose #EDCADE

Tints of Classic Rose #EDCADE

Color information

#EDCADE (or 0xEDCADE) is unknown color: approx Classic Rose. HEX triplet: ED, CA and DE. RGB value is (237,202,222). Sum of RGB (Red+Green+Blue) = 237+202+222=661 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.85% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDCADE is #123521. Grayscale: #D6D6D6. Windows color (decimal): -1193250 or 14600941. OLE color: 14600941.

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

Color convert

RGB237202222-
CMYK00.150.060.07
HSL325.71º49.3%86.08%-
HSV(B)325.71º14.77%92.94%-
XYZ69.2365.5278.1-
YUV214.74132.1143.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.85%
GREEN value IS 202 (79.30% from 255) = 30.56%
BLUE value IS 222 (87.11% from 255) = 33.59%
R=35.85%
G=30.56%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720222200.150.060.07325.7149.386.08
HexEDCADE0F671463156
Octal3553123360176750661126
Binary111011011100101011011110011111101111010001101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCADE; }

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

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

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

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

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

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

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

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