Html Css Color HEX #ECD6E4 Classic Rose

📋 copy color: '#ECD6E4'

red 236 ◦ green 214 ◦ blue 228

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

Shades of Classic Rose #ECD6E4

Tints of Classic Rose #ECD6E4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 31.56%

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

R = 34.81%
G = 31.56%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#ECD6E4 (or 0xECD6E4) is known color: Classic Rose. HEX triplet: EC, D6 and E4. RGB value is (236,214,228). Sum of RGB (Red+Green+Blue) = 236+214+228=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 214 (83.98% from 255 or 31.56% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD6E4 is #13291B. Grayscale: #DEDEDE. Windows color (decimal): -1255708 or 14997228. OLE color: 14997228.

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

Color convert

RGB 236 214 228 -
CMYK 0 0.09 0.03 0.07
HSL 321.82º 0.37% 0.88% -
HSV(B) 321.82º 0.09% 0.93% -
XYZ 72.64 71.53 83.38 -
YUV 222.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 236 214 228 0 0.09 0.03 0.07 321.82 0.37 0.88
Hex EC D6 E4 0 9 3 7 142 25 58
Octal 354 326 344 0 11 3 7 502 45 130
Binary 11101100 11010110 11100100 0 1001 11 111 101000010 100101 1011000

Color Harmonies of #ECD6E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD6E4

Black with #ECD6E4

Text Example


Text Example

White with #ECD6E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD6E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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