Html Css Color HEX #EBDCDD Pale Rose

📋 copy color: '#EBDCDD'

red 235 ◦ green 220 ◦ blue 221

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

Shades of Pale Rose #EBDCDD

Tints of Pale Rose #EBDCDD

RGB

 RED value IS 235 (92.19% from 255) = 34.76%

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

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

R = 34.76%
G = 32.54%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBDCDD (or 0xEBDCDD) is known color: Pale Rose. HEX triplet: EB, DC and DD. RGB value is (235,220,221). Sum of RGB (Red+Green+Blue) = 235+220+221=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 221 (86.72% from 255 or 32.69% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCDD is #142322. Grayscale: #E0E0E0. Windows color (decimal): -1319715 or 14540011. OLE color: 14540011.

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

Color convert

RGB 235 220 221 -
CMYK 0 0.06 0.06 0.08
HSL 356º 0.27% 0.89% -
HSV(B) 356º 0.06% 0.92% -
XYZ 72.91 74.07 78.86 -
YUV 224.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 235 220 221 0 0.06 0.06 0.08 356 0.27 0.89
Hex EB DC DD 0 6 6 8 164 1B 59
Octal 353 334 335 0 6 6 10 544 33 131
Binary 11101011 11011100 11011101 0 110 110 1000 101100100 11011 1011001

Color Harmonies of #EBDCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCDD

Black with #EBDCDD

Text Example


Text Example

White with #EBDCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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