Html Css Color HEX #EDC1DF Classic Rose

📋 copy color: '#EDC1DF'

red 237 ◦ green 193 ◦ blue 223

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

Shades of Classic Rose #EDC1DF

Tints of Classic Rose #EDC1DF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 29.56%

 BLUE value IS 223 (87.5% from 255) = 34.15%

R = 36.29%
G = 29.56%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EDC1DF (or 0xEDC1DF) is known color: Classic Rose. HEX triplet: ED, C1 and DF. RGB value is (237,193,223). Sum of RGB (Red+Green+Blue) = 237+193+223=653 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.29% from 653); Green value is 193 (75.78% from 255 or 29.56% from 653); Blue value is 223 (87.5% from 255 or 34.15% from 653); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1DF is #123E20. Grayscale: #D1D1D1. Windows color (decimal): -1195553 or 14664173. OLE color: 14664173.

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

Color convert

RGB 237 193 223 -
CMYK 0 0.19 0.06 0.07
HSL 319.09º 0.55% 0.84% -
HSV(B) 319.09º 0.19% 0.93% -
XYZ 67.31 61.47 78.13 -
YUV 209.58 135.58 147.56 -
System Red Green Blue C M Y K H S L
Decimal 237 193 223 0 0.19 0.06 0.07 319.09 0.55 0.84
Hex ED C1 DF 0 13 6 7 13F 37 54
Octal 355 301 337 0 23 6 7 477 67 124
Binary 11101101 11000001 11011111 0 10011 110 111 100111111 110111 1010100

Color Harmonies of #EDC1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1DF

Black with #EDC1DF

Text Example


Text Example

White with #EDC1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1DF; }

 p { color: rgb(237,193,223); }

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

background-color css

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

 a { background-color: rgb(237,193,223); }

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

border-color css

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

 span { border-color: rgb(237,193,223); }

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