Html Css Color HEX #ECD6E2 Classic Rose

📋 copy color: '#ECD6E2'

red 236 ◦ green 214 ◦ blue 226

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

Shades of Classic Rose #ECD6E2

Tints of Classic Rose #ECD6E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 33.43%

R = 34.91%
G = 31.66%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#ECD6E2 (or 0xECD6E2) is known color: Classic Rose. HEX triplet: EC, D6 and E2. RGB value is (236,214,226). Sum of RGB (Red+Green+Blue) = 236+214+226=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 214 (83.98% from 255 or 31.66% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6E2 is #13291D. Grayscale: #DDDDDD. Windows color (decimal): -1255710 or 14866156. OLE color: 14866156.

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

Color convert

RGB 236 214 226 -
CMYK 0 0.09 0.04 0.07
HSL 327.27º 0.37% 0.88% -
HSV(B) 327.27º 0.09% 0.93% -
XYZ 72.37 71.42 81.92 -
YUV 221.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 236 214 226 0 0.09 0.04 0.07 327.27 0.37 0.88
Hex EC D6 E2 0 9 4 7 147 25 58
Octal 354 326 342 0 11 4 7 507 45 130
Binary 11101100 11010110 11100010 0 1001 100 111 101000111 100101 1011000

Color Harmonies of #ECD6E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6E2

Black with #ECD6E2

Text Example


Text Example

White with #ECD6E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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