Html Css Color HEX #ECD4D6 Pale Rose

📋 copy color: '#ECD4D6'

red 236 ◦ green 212 ◦ blue 214

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

Shades of Pale Rose #ECD4D6

Tints of Pale Rose #ECD4D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 32.33%

R = 35.65%
G = 32.02%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#ECD4D6 (or 0xECD4D6) is known color: Pale Rose. HEX triplet: EC, D4 and D6. RGB value is (236,212,214). Sum of RGB (Red+Green+Blue) = 236+212+214=662 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.65% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD4D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECD4D6 is #132B29. Grayscale: #DBDBDB. Windows color (decimal): -1256234 or 14079212. OLE color: 14079212.

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

Color convert

RGB 236 212 214 -
CMYK 0 0.10 0.09 0.07
HSL 355º 0.39% 0.88% -
HSV(B) 355º 0.1% 0.93% -
XYZ 70.27 69.77 73.38 -
YUV 219.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 236 212 214 0 0.10 0.09 0.07 355 0.39 0.88
Hex EC D4 D6 0 A 9 7 163 27 58
Octal 354 324 326 0 12 11 7 543 47 130
Binary 11101100 11010100 11010110 0 1010 1001 111 101100011 100111 1011000

Color Harmonies of #ECD4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD4D6

Black with #ECD4D6

Text Example


Text Example

White with #ECD4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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