Html Css Color HEX #ECC2D5 Classic Rose

📋 copy color: '#ECC2D5'

red 236 ◦ green 194 ◦ blue 213

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

Shades of Classic Rose #ECC2D5

Tints of Classic Rose #ECC2D5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.17%

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

R = 36.7%
G = 30.17%
B = 33.13%

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

#ECC2D5 (or 0xECC2D5) is known color: Classic Rose. HEX triplet: EC, C2 and D5. RGB value is (236,194,213). Sum of RGB (Red+Green+Blue) = 236+194+213=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC2D5 is #133D2A. Grayscale: #D0D0D0. Windows color (decimal): -1260843 or 14009068. OLE color: 14009068.

HSL color Cylindrical-coordinate representation of color #ECC2D5: hue angle of 332.86º degrees, saturation: 0.52, 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 #ECC2D5 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 213 -
CMYK 0 0.18 0.10 0.07
HSL 332.86º 0.53% 0.84% -
HSV(B) 332.86º 0.18% 0.93% -
XYZ 65.89 61.22 71.29 -
YUV 208.72 130.41 147.46 -
System Red Green Blue C M Y K H S L
Decimal 236 194 213 0 0.18 0.10 0.07 332.86 0.53 0.84
Hex EC C2 D5 0 12 A 7 14D 34 54
Octal 354 302 325 0 22 12 7 515 64 124
Binary 11101100 11000010 11010101 0 10010 1010 111 101001101 110100 1010100

Color Harmonies of #ECC2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2D5

Black with #ECC2D5

Text Example


Text Example

White with #ECC2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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