Html Css Color HEX #ECD3E4 Classic Rose

📋 copy color: '#ECD3E4'

red 236 ◦ green 211 ◦ blue 228

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

Shades of Classic Rose #ECD3E4

Tints of Classic Rose #ECD3E4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.26%

 BLUE value IS 228 (89.45% from 255) = 33.78%

R = 34.96%
G = 31.26%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECD3E4 (or 0xECD3E4) is known color: Classic Rose. HEX triplet: EC, D3 and E4. RGB value is (236,211,228). Sum of RGB (Red+Green+Blue) = 236+211+228=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 211 (82.81% from 255 or 31.26% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD3E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD3E4 is #132C1B. Grayscale: #DCDCDC. Windows color (decimal): -1256476 or 14996460. OLE color: 14996460.

HSL color Cylindrical-coordinate representation of color #ECD3E4: hue angle of 319.2º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECD3E4 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 211 228 -
CMYK 0 0.11 0.03 0.07
HSL 319.2º 0.4% 0.88% -
HSV(B) 319.2º 0.11% 0.93% -
XYZ 71.89 70.02 83.13 -
YUV 220.41 132.28 139.12 -
System Red Green Blue C M Y K H S L
Decimal 236 211 228 0 0.11 0.03 0.07 319.2 0.4 0.88
Hex EC D3 E4 0 B 3 7 13F 28 58
Octal 354 323 344 0 13 3 7 477 50 130
Binary 11101100 11010011 11100100 0 1011 11 111 100111111 101000 1011000

Color Harmonies of #ECD3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD3E4

Black with #ECD3E4

Text Example


Text Example

White with #ECD3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD3E4; }

 p { color: rgb(236,211,228); }

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

background-color css

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

 a { background-color: rgb(236,211,228); }

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

border-color css

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

 span { border-color: rgb(236,211,228); }

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