Html Css Color HEX #ECD6E1 Classic Rose

📋 copy color: '#ECD6E1'

red 236 ◦ green 214 ◦ blue 225

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

Shades of Classic Rose #ECD6E1

Tints of Classic Rose #ECD6E1

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.7%

 BLUE value IS 225 (88.28% from 255) = 33.33%

R = 34.96%
G = 31.7%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECD6E1 (or 0xECD6E1) is known color: Classic Rose. HEX triplet: EC, D6 and E1. RGB value is (236,214,225). Sum of RGB (Red+Green+Blue) = 236+214+225=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 214 (83.98% from 255 or 31.70% from 675); Blue value is 225 (88.28% from 255 or 33.33% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6E1 is #13291E. Grayscale: #DDDDDD. Windows color (decimal): -1255711 or 14800620. OLE color: 14800620.

HSL color Cylindrical-coordinate representation of color #ECD6E1: hue angle of 330º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECD6E1 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 214 225 -
CMYK 0 0.09 0.05 0.07
HSL 330º 0.37% 0.88% -
HSV(B) 330º 0.09% 0.93% -
XYZ 72.23 71.36 81.2 -
YUV 221.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 236 214 225 0 0.09 0.05 0.07 330 0.37 0.88
Hex EC D6 E1 0 9 5 7 14A 25 58
Octal 354 326 341 0 11 5 7 512 45 130
Binary 11101100 11010110 11100001 0 1001 101 111 101001010 100101 1011000

Color Harmonies of #ECD6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6E1

Black with #ECD6E1

Text Example


Text Example

White with #ECD6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6E1; }

 p { color: rgb(236,214,225); }

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

background-color css

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

 a { background-color: rgb(236,214,225); }

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

border-color css

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

 span { border-color: rgb(236,214,225); }

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