Html Css Color HEX #EDC0D3 Classic Rose

📋 copy color: '#EDC0D3'

red 237 ◦ green 192 ◦ blue 211

#EDC0D3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Classic Rose #EDC0D3

Tints of Classic Rose #EDC0D3

RGB

 RED value IS 237 (92.97% from 255) = 37.03%

 GREEN value IS 192 (75.39% from 255) = 30%

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 37.03%
G = 30%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#EDC0D3 (or 0xEDC0D3) is known color: Classic Rose. HEX triplet: ED, C0 and D3. RGB value is (237,192,211). Sum of RGB (Red+Green+Blue) = 237+192+211=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC0D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC0D3 is #123F2C. Grayscale: #CFCFCF. Windows color (decimal): -1195821 or 13877485. OLE color: 13877485.

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

Color convert

RGB 237 192 211 -
CMYK 0 0.19 0.11 0.07
HSL 334.67º 0.56% 0.84% -
HSV(B) 334.67º 0.19% 0.93% -
XYZ 65.53 60.41 69.83 -
YUV 207.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 237 192 211 0 0.19 0.11 0.07 334.67 0.56 0.84
Hex ED C0 D3 0 13 B 7 14F 38 54
Octal 355 300 323 0 23 13 7 517 70 124
Binary 11101101 11000000 11010011 0 10011 1011 111 101001111 111000 1010100

Color Harmonies of #EDC0D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC0D3

Black with #EDC0D3

Text Example


Text Example

White with #EDC0D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC0D3; }

 p { color: rgb(237,192,211); }

 H1.HeaderClassName
 {
   color: #EDC0D3;
 }
 .AnyTagClassName
 {
   color: #EDC0D3;
 }
</style>

background-color css

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

 a { background-color: rgb(237,192,211); }

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

border-color css

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

 span { border-color: rgb(237,192,211); }

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