Html Css Color HEX #ECC1D5 Classic Rose

📋 copy color: '#ECC1D5'

red 236 ◦ green 193 ◦ blue 213

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

Shades of Classic Rose #ECC1D5

Tints of Classic Rose #ECC1D5

RGB

 RED value IS 236 (92.58% from 255) = 36.76%

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

 BLUE value IS 213 (83.59% from 255) = 33.18%

R = 36.76%
G = 30.06%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#ECC1D5 (or 0xECC1D5) is known color: Classic Rose. HEX triplet: EC, C1 and D5. RGB value is (236,193,213). Sum of RGB (Red+Green+Blue) = 236+193+213=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 193 (75.78% from 255 or 30.06% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC1D5 is #133E2A. Grayscale: #D0D0D0. Windows color (decimal): -1261099 or 14008812. OLE color: 14008812.

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

Color convert

RGB 236 193 213 -
CMYK 0 0.18 0.10 0.07
HSL 332.09º 0.53% 0.84% -
HSV(B) 332.09º 0.18% 0.93% -
XYZ 65.67 60.78 71.22 -
YUV 208.14 130.75 147.87 -
System Red Green Blue C M Y K H S L
Decimal 236 193 213 0 0.18 0.10 0.07 332.09 0.53 0.84
Hex EC C1 D5 0 12 A 7 14C 35 54
Octal 354 301 325 0 22 12 7 514 65 124
Binary 11101100 11000001 11010101 0 10010 1010 111 101001100 110101 1010100

Color Harmonies of #ECC1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1D5

Black with #ECC1D5

Text Example


Text Example

White with #ECC1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1D5; }

 p { color: rgb(236,193,213); }

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

background-color css

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

 a { background-color: rgb(236,193,213); }

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

border-color css

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

 span { border-color: rgb(236,193,213); }

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