Html Css Color HEX #EBD6D8 Pale Rose

📋 copy color: '#EBD6D8'

red 235 ◦ green 214 ◦ blue 216

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

Shades of Pale Rose #EBD6D8

Tints of Pale Rose #EBD6D8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.18%

 BLUE value IS 216 (84.77% from 255) = 32.48%

R = 35.34%
G = 32.18%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#EBD6D8 (or 0xEBD6D8) is known color: Pale Rose. HEX triplet: EB, D6 and D8. RGB value is (235,214,216). Sum of RGB (Red+Green+Blue) = 235+214+216=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 214 (83.98% from 255 or 32.18% from 665); Blue value is 216 (84.77% from 255 or 32.48% from 665); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6D8 is #142927. Grayscale: #DCDCDC. Windows color (decimal): -1321256 or 14210795. OLE color: 14210795.

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

Color convert

RGB 235 214 216 -
CMYK 0 0.09 0.08 0.08
HSL 354.29º 0.34% 0.88% -
HSV(B) 354.29º 0.09% 0.92% -
XYZ 70.7 70.71 74.89 -
YUV 220.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 235 214 216 0 0.09 0.08 0.08 354.29 0.34 0.88
Hex EB D6 D8 0 9 8 8 162 22 58
Octal 353 326 330 0 11 10 10 542 42 130
Binary 11101011 11010110 11011000 0 1001 1000 1000 101100010 100010 1011000

Color Harmonies of #EBD6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD6D8

Black with #EBD6D8

Text Example


Text Example

White with #EBD6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD6D8; }

 p { color: rgb(235,214,216); }

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

background-color css

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

 a { background-color: rgb(235,214,216); }

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

border-color css

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

 span { border-color: rgb(235,214,216); }

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