Html Css Color HEX #ECDDE1 Pale Rose

📋 copy color: '#ECDDE1'

red 236 ◦ green 221 ◦ blue 225

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

Shades of Pale Rose #ECDDE1

Tints of Pale Rose #ECDDE1

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.4%

 BLUE value IS 225 (88.28% from 255) = 32.99%

R = 34.6%
G = 32.4%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#ECDDE1 (or 0xECDDE1) is known color: Pale Rose. HEX triplet: EC, DD and E1. RGB value is (236,221,225). Sum of RGB (Red+Green+Blue) = 236+221+225=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE1 is #13221E. Grayscale: #E1E1E1. Windows color (decimal): -1253919 or 14802412. OLE color: 14802412.

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

Color convert

RGB 236 221 225 -
CMYK 0 0.06 0.05 0.07
HSL 344º 0.28% 0.9% -
HSV(B) 344º 0.06% 0.93% -
XYZ 74.04 74.98 81.8 -
YUV 225.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 236 221 225 0 0.06 0.05 0.07 344 0.28 0.9
Hex EC DD E1 0 6 5 7 158 1C 5A
Octal 354 335 341 0 6 5 7 530 34 132
Binary 11101100 11011101 11100001 0 110 101 111 101011000 11100 1011010

Color Harmonies of #ECDDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDE1

Black with #ECDDE1

Text Example


Text Example

White with #ECDDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDE1; }

 p { color: rgb(236,221,225); }

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

background-color css

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

 a { background-color: rgb(236,221,225); }

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

border-color css

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

 span { border-color: rgb(236,221,225); }

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