Html Css Color HEX #EBD5DB Pale Rose

📋 copy color: '#EBD5DB'

red 235 ◦ green 213 ◦ blue 219

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

Shades of Pale Rose #EBD5DB

Tints of Pale Rose #EBD5DB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.93%

 BLUE value IS 219 (85.94% from 255) = 32.83%

R = 35.23%
G = 31.93%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#EBD5DB (or 0xEBD5DB) is known color: Pale Rose. HEX triplet: EB, D5 and DB. RGB value is (235,213,219). Sum of RGB (Red+Green+Blue) = 235+213+219=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 213 (83.59% from 255 or 31.93% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5DB is #142A24. Grayscale: #DCDCDC. Windows color (decimal): -1321509 or 14407147. OLE color: 14407147.

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

Color convert

RGB 235 213 219 -
CMYK 0 0.09 0.07 0.08
HSL 343.64º 0.35% 0.88% -
HSV(B) 343.64º 0.09% 0.92% -
XYZ 70.84 70.37 76.87 -
YUV 220.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 235 213 219 0 0.09 0.07 0.08 343.64 0.35 0.88
Hex EB D5 DB 0 9 7 8 158 23 58
Octal 353 325 333 0 11 7 10 530 43 130
Binary 11101011 11010101 11011011 0 1001 111 1000 101011000 100011 1011000

Color Harmonies of #EBD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD5DB

Black with #EBD5DB

Text Example


Text Example

White with #EBD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD5DB; }

 p { color: rgb(235,213,219); }

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

background-color css

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

 a { background-color: rgb(235,213,219); }

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

border-color css

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

 span { border-color: rgb(235,213,219); }

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