Html Css Color HEX #ECD4DF Classic Rose

📋 copy color: '#ECD4DF'

red 236 ◦ green 212 ◦ blue 223

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

Shades of Classic Rose #ECD4DF

Tints of Classic Rose #ECD4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.59%

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

R = 35.17%
G = 31.59%
B = 33.23%

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

#ECD4DF (or 0xECD4DF) is known color: Classic Rose. HEX triplet: EC, D4 and DF. RGB value is (236,212,223). Sum of RGB (Red+Green+Blue) = 236+212+223=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 223 (87.5% from 255 or 33.23% from 671); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4DF is #132B20. Grayscale: #DCDCDC. Windows color (decimal): -1256225 or 14669036. OLE color: 14669036.

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

Color convert

RGB 236 212 223 -
CMYK 0 0.10 0.06 0.07
HSL 332.5º 0.39% 0.88% -
HSV(B) 332.5º 0.1% 0.93% -
XYZ 71.45 70.25 79.61 -
YUV 220.43 129.45 139.11 -
System Red Green Blue C M Y K H S L
Decimal 236 212 223 0 0.10 0.06 0.07 332.5 0.39 0.88
Hex EC D4 DF 0 A 6 7 14C 27 58
Octal 354 324 337 0 12 6 7 514 47 130
Binary 11101100 11010100 11011111 0 1010 110 111 101001100 100111 1011000

Color Harmonies of #ECD4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4DF

Black with #ECD4DF

Text Example


Text Example

White with #ECD4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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