Html Css Color HEX #EBD4D9 Pale Rose

📋 copy color: '#EBD4D9'

red 235 ◦ green 212 ◦ blue 217

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

Shades of Pale Rose #EBD4D9

Tints of Pale Rose #EBD4D9

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.93%

 BLUE value IS 217 (85.16% from 255) = 32.68%

R = 35.39%
G = 31.93%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBD4D9 (or 0xEBD4D9) is known color: Pale Rose. HEX triplet: EB, D4 and D9. RGB value is (235,212,217). Sum of RGB (Red+Green+Blue) = 235+212+217=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 212 (83.20% from 255 or 31.93% from 664); Blue value is 217 (85.16% from 255 or 32.68% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4D9 is #142B26. Grayscale: #DBDBDB. Windows color (decimal): -1321767 or 14275819. OLE color: 14275819.

HSL color Cylindrical-coordinate representation of color #EBD4D9: hue angle of 346.96º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD4D9 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 212 217 -
CMYK 0 0.10 0.08 0.08
HSL 346.96º 0.37% 0.88% -
HSV(B) 346.96º 0.1% 0.92% -
XYZ 70.33 69.76 75.4 -
YUV 219.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 235 212 217 0 0.10 0.08 0.08 346.96 0.37 0.88
Hex EB D4 D9 0 A 8 8 15B 25 58
Octal 353 324 331 0 12 10 10 533 45 130
Binary 11101011 11010100 11011001 0 1010 1000 1000 101011011 100101 1011000

Color Harmonies of #EBD4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD4D9

Black with #EBD4D9

Text Example


Text Example

White with #EBD4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD4D9; }

 p { color: rgb(235,212,217); }

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

background-color css

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

 a { background-color: rgb(235,212,217); }

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

border-color css

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

 span { border-color: rgb(235,212,217); }

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