Html Css Color HEX #ECDCDD Pale Rose

📋 copy color: '#ECDCDD'

red 236 ◦ green 220 ◦ blue 221

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

Shades of Pale Rose #ECDCDD

Tints of Pale Rose #ECDCDD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.5%

 BLUE value IS 221 (86.72% from 255) = 32.64%

R = 34.86%
G = 32.5%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ECDCDD (or 0xECDCDD) is known color: Pale Rose. HEX triplet: EC, DC and DD. RGB value is (236,220,221). Sum of RGB (Red+Green+Blue) = 236+220+221=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 221 (86.72% from 255 or 32.64% from 677); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCDD is #132322. Grayscale: #E0E0E0. Windows color (decimal): -1254179 or 14540012. OLE color: 14540012.

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

Color convert

RGB 236 220 221 -
CMYK 0 0.07 0.06 0.07
HSL 356.25º 0.3% 0.89% -
HSV(B) 356.25º 0.07% 0.93% -
XYZ 73.24 74.24 78.88 -
YUV 224.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 236 220 221 0 0.07 0.06 0.07 356.25 0.3 0.89
Hex EC DC DD 0 7 6 7 164 1E 59
Octal 354 334 335 0 7 6 7 544 36 131
Binary 11101100 11011100 11011101 0 111 110 111 101100100 11110 1011001

Color Harmonies of #ECDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDCDD

Black with #ECDCDD

Text Example


Text Example

White with #ECDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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