Html Css Color HEX #EDC1DA Classic Rose

📋 copy color: '#EDC1DA'

red 237 ◦ green 193 ◦ blue 218

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

Shades of Classic Rose #EDC1DA

Tints of Classic Rose #EDC1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 36.57%
G = 29.78%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EDC1DA (or 0xEDC1DA) is known color: Classic Rose. HEX triplet: ED, C1 and DA. RGB value is (237,193,218). Sum of RGB (Red+Green+Blue) = 237+193+218=648 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.57% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC1DA is #123E25. Grayscale: #D0D0D0. Windows color (decimal): -1195558 or 14336493. OLE color: 14336493.

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

Color convert

RGB 237 193 218 -
CMYK 0 0.19 0.08 0.07
HSL 325.91º 0.55% 0.84% -
HSV(B) 325.91º 0.19% 0.93% -
XYZ 66.65 61.21 74.63 -
YUV 209.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 237 193 218 0 0.19 0.08 0.07 325.91 0.55 0.84
Hex ED C1 DA 0 13 8 7 146 37 54
Octal 355 301 332 0 23 10 7 506 67 124
Binary 11101101 11000001 11011010 0 10011 1000 111 101000110 110111 1010100

Color Harmonies of #EDC1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC1DA

Black with #EDC1DA

Text Example


Text Example

White with #EDC1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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