Html Css Color HEX #ECDBDC Pale Rose

📋 copy color: '#ECDBDC'

red 236 ◦ green 219 ◦ blue 220

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

Shades of Pale Rose #ECDBDC

Tints of Pale Rose #ECDBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.44%

 BLUE value IS 220 (86.33% from 255) = 32.59%

R = 34.96%
G = 32.44%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ECDBDC (or 0xECDBDC) is known color: Pale Rose. HEX triplet: EC, DB and DC. RGB value is (236,219,220). Sum of RGB (Red+Green+Blue) = 236+219+220=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBDC is #132423. Grayscale: #E0E0E0. Windows color (decimal): -1254436 or 14474220. OLE color: 14474220.

HSL color Cylindrical-coordinate representation of color #ECDBDC: hue angle of 356.47º degrees, saturation: 0.31, 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 #ECDBDC is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 219 220 -
CMYK 0 0.07 0.07 0.07
HSL 356.47º 0.31% 0.89% -
HSV(B) 356.47º 0.07% 0.93% -
XYZ 72.84 73.66 78.09 -
YUV 224.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 236 219 220 0 0.07 0.07 0.07 356.47 0.31 0.89
Hex EC DB DC 0 7 7 7 164 1F 59
Octal 354 333 334 0 7 7 7 544 37 131
Binary 11101100 11011011 11011100 0 111 111 111 101100100 11111 1011001

Color Harmonies of #ECDBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECDBDC

Black with #ECDBDC

Text Example


Text Example

White with #ECDBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECDBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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