Html Css Color HEX #EBDADC Pale Rose

📋 copy color: '#EBDADC'

red 235 ◦ green 218 ◦ blue 220

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

Shades of Pale Rose #EBDADC

Tints of Pale Rose #EBDADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.39%

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

R = 34.92%
G = 32.39%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBDADC (or 0xEBDADC) is known color: Pale Rose. HEX triplet: EB, DA and DC. RGB value is (235,218,220). Sum of RGB (Red+Green+Blue) = 235+218+220=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADC is #142523. Grayscale: #DFDFDF. Windows color (decimal): -1320228 or 14473963. OLE color: 14473963.

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

Color convert

RGB 235 218 220 -
CMYK 0 0.07 0.06 0.08
HSL 352.94º 0.3% 0.89% -
HSV(B) 352.94º 0.07% 0.92% -
XYZ 72.25 72.97 77.99 -
YUV 223.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 235 218 220 0 0.07 0.06 0.08 352.94 0.3 0.89
Hex EB DA DC 0 7 6 8 161 1E 59
Octal 353 332 334 0 7 6 10 541 36 131
Binary 11101011 11011010 11011100 0 111 110 1000 101100001 11110 1011001

Color Harmonies of #EBDADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDADC

Black with #EBDADC

Text Example


Text Example

White with #EBDADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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