Html Css Color HEX #ECDDE0 Pale Rose

📋 copy color: '#ECDDE0'

red 236 ◦ green 221 ◦ blue 224

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

Shades of Pale Rose #ECDDE0

Tints of Pale Rose #ECDDE0

RGB

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

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

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

R = 34.65%
G = 32.45%
B = 32.89%

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

#ECDDE0 (or 0xECDDE0) is known color: Pale Rose. HEX triplet: EC, DD and E0. RGB value is (236,221,224). Sum of RGB (Red+Green+Blue) = 236+221+224=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 224 (87.89% from 255 or 32.89% from 681); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDE0 is #13221F. Grayscale: #E1E1E1. Windows color (decimal): -1253920 or 14736876. OLE color: 14736876.

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

Color convert

RGB 236 221 224 -
CMYK 0 0.06 0.05 0.07
HSL 348º 0.28% 0.9% -
HSV(B) 348º 0.06% 0.93% -
XYZ 73.9 74.93 81.09 -
YUV 225.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 236 221 224 0 0.06 0.05 0.07 348 0.28 0.9
Hex EC DD E0 0 6 5 7 15C 1C 5A
Octal 354 335 340 0 6 5 7 534 34 132
Binary 11101100 11011101 11100000 0 110 101 111 101011100 11100 1011010

Color Harmonies of #ECDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDDE0

Black with #ECDDE0

Text Example


Text Example

White with #ECDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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