Html Css Color HEX #ECD0E0 Classic Rose

📋 copy color: '#ECD0E0'

red 236 ◦ green 208 ◦ blue 224

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

Shades of Classic Rose #ECD0E0

Tints of Classic Rose #ECD0E0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.14%

 BLUE value IS 224 (87.89% from 255) = 33.53%

R = 35.33%
G = 31.14%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECD0E0 (or 0xECD0E0) is known color: Classic Rose. HEX triplet: EC, D0 and E0. RGB value is (236,208,224). Sum of RGB (Red+Green+Blue) = 236+208+224=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 208 (81.64% from 255 or 31.14% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD0E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD0E0 is #132F1F. Grayscale: #DADADA. Windows color (decimal): -1257248 or 14733548. OLE color: 14733548.

HSL color Cylindrical-coordinate representation of color #ECD0E0: hue angle of 325.71º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECD0E0 is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 208 224 -
CMYK 0 0.12 0.05 0.07
HSL 325.71º 0.42% 0.87% -
HSV(B) 325.71º 0.12% 0.93% -
XYZ 70.6 68.33 79.99 -
YUV 218.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 236 208 224 0 0.12 0.05 0.07 325.71 0.42 0.87
Hex EC D0 E0 0 C 5 7 146 2A 57
Octal 354 320 340 0 14 5 7 506 52 127
Binary 11101100 11010000 11100000 0 1100 101 111 101000110 101010 1010111

Color Harmonies of #ECD0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD0E0

Black with #ECD0E0

Text Example


Text Example

White with #ECD0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD0E0; }

 p { color: rgb(236,208,224); }

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

background-color css

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

 a { background-color: rgb(236,208,224); }

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

border-color css

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

 span { border-color: rgb(236,208,224); }

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