Html Css Color HEX #ECD5E1 Classic Rose

📋 copy color: '#ECD5E1'

red 236 ◦ green 213 ◦ blue 225

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

Shades of Classic Rose #ECD5E1

Tints of Classic Rose #ECD5E1

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.6%

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

R = 35.01%
G = 31.6%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECD5E1 (or 0xECD5E1) is known color: Classic Rose. HEX triplet: EC, D5 and E1. RGB value is (236,213,225). Sum of RGB (Red+Green+Blue) = 236+213+225=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 213 (83.59% from 255 or 31.60% from 674); Blue value is 225 (88.28% from 255 or 33.38% from 674); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5E1 is #132A1E. Grayscale: #DDDDDD. Windows color (decimal): -1255967 or 14800364. OLE color: 14800364.

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

Color convert

RGB 236 213 225 -
CMYK 0 0.10 0.05 0.07
HSL 328.7º 0.38% 0.88% -
HSV(B) 328.7º 0.1% 0.93% -
XYZ 71.98 70.86 81.12 -
YUV 221.25 130.12 138.52 -
System Red Green Blue C M Y K H S L
Decimal 236 213 225 0 0.10 0.05 0.07 328.7 0.38 0.88
Hex EC D5 E1 0 A 5 7 149 26 58
Octal 354 325 341 0 12 5 7 511 46 130
Binary 11101100 11010101 11100001 0 1010 101 111 101001001 100110 1011000

Color Harmonies of #ECD5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5E1

Black with #ECD5E1

Text Example


Text Example

White with #ECD5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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