Html Css Color HEX #ECD4DE Classic Rose

📋 copy color: '#ECD4DE'

red 236 ◦ green 212 ◦ blue 222

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

Shades of Classic Rose #ECD4DE

Tints of Classic Rose #ECD4DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 33.13%

R = 35.22%
G = 31.64%
B = 33.13%

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

#ECD4DE (or 0xECD4DE) is known color: Classic Rose. HEX triplet: EC, D4 and DE. RGB value is (236,212,222). Sum of RGB (Red+Green+Blue) = 236+212+222=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4DE is #132B21. Grayscale: #DCDCDC. Windows color (decimal): -1256226 or 14603500. OLE color: 14603500.

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

Color convert

RGB 236 212 222 -
CMYK 0 0.10 0.06 0.07
HSL 335º 0.39% 0.88% -
HSV(B) 335º 0.1% 0.93% -
XYZ 71.32 70.19 78.9 -
YUV 220.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 236 212 222 0 0.10 0.06 0.07 335 0.39 0.88
Hex EC D4 DE 0 A 6 7 14F 27 58
Octal 354 324 336 0 12 6 7 517 47 130
Binary 11101100 11010100 11011110 0 1010 110 111 101001111 100111 1011000

Color Harmonies of #ECD4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4DE

Black with #ECD4DE

Text Example


Text Example

White with #ECD4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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