Html Css Color HEX #ECD5DF Classic Rose

📋 copy color: '#ECD5DF'

red 236 ◦ green 213 ◦ blue 223

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

Shades of Classic Rose #ECD5DF

Tints of Classic Rose #ECD5DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 33.18%

R = 35.12%
G = 31.7%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECD5DF (or 0xECD5DF) is known color: Classic Rose. HEX triplet: EC, D5 and DF. RGB value is (236,213,223). Sum of RGB (Red+Green+Blue) = 236+213+223=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 223 (87.5% from 255 or 33.18% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD5DF is #132A20. Grayscale: #DCDCDC. Windows color (decimal): -1255969 or 14669292. OLE color: 14669292.

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

Color convert

RGB 236 213 223 -
CMYK 0 0.10 0.06 0.07
HSL 333.91º 0.38% 0.88% -
HSV(B) 333.91º 0.1% 0.93% -
XYZ 71.71 70.75 79.69 -
YUV 221.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 236 213 223 0 0.10 0.06 0.07 333.91 0.38 0.88
Hex EC D5 DF 0 A 6 7 14E 26 58
Octal 354 325 337 0 12 6 7 516 46 130
Binary 11101100 11010101 11011111 0 1010 110 111 101001110 100110 1011000

Color Harmonies of #ECD5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD5DF

Black with #ECD5DF

Text Example


Text Example

White with #ECD5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD5DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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