#EDC3D2

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

Shades of Classic Rose #EDC3D2

Tints of Classic Rose #EDC3D2

Color information

#EDC3D2 (or 0xEDC3D2) is unknown color: approx Classic Rose. HEX triplet: ED, C3 and D2. RGB value is (237,195,210). Sum of RGB (Red+Green+Blue) = 237+195+210=642 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.92% from 642); Green value is 195 (76.56% from 255 or 30.37% from 642); Blue value is 210 (82.42% from 255 or 32.71% from 642); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC3D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC3D2 is #123C2D. Grayscale: #D1D1D1. Windows color (decimal): -1195054 or 13812717. OLE color: 13812717.

HSL color Cylindrical-coordinate representation of color #EDC3D2: hue angle of 338.57º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDC3D2 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB237195210-
CMYK00.180.110.07
HSL338.57º53.85%84.71%-
HSV(B)338.57º17.72%92.94%-
XYZ66.0761.6969.4-
YUV209.27128.41147.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.92%
GREEN value IS 195 (76.56% from 255) = 30.37%
BLUE value IS 210 (82.42% from 255) = 32.71%
R=36.92%
G=30.37%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23719521000.180.110.07338.5753.8584.71
HexEDC3D2012B71533655
Octal35530332202213752366125
Binary11101101110000111101001001001010111111010100111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC3D2; }

 p { color: rgb(237,195,210); }

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

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

 a { background-color: rgb(237,195,210); }

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

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

 span { border-color: rgb(237,195,210); }

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