Html Css Color HEX #EBD1D6 Pale Rose

📋 copy color: '#EBD1D6'

red 235 ◦ green 209 ◦ blue 214

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

Shades of Pale Rose #EBD1D6

Tints of Pale Rose #EBD1D6

RGB

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

 GREEN value IS 209 (82.03% from 255) = 31.76%

 BLUE value IS 214 (83.98% from 255) = 32.52%

R = 35.71%
G = 31.76%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EBD1D6 (or 0xEBD1D6) is known color: Pale Rose. HEX triplet: EB, D1 and D6. RGB value is (235,209,214). Sum of RGB (Red+Green+Blue) = 235+209+214=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD1D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD1D6 is #142E29. Grayscale: #D9D9D9. Windows color (decimal): -1322538 or 14078443. OLE color: 14078443.

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

Color convert

RGB 235 209 214 -
CMYK 0 0.11 0.09 0.08
HSL 348.46º 0.39% 0.87% -
HSV(B) 348.46º 0.11% 0.92% -
XYZ 69.2 68.12 73.12 -
YUV 217.34 126.11 140.59 -
System Red Green Blue C M Y K H S L
Decimal 235 209 214 0 0.11 0.09 0.08 348.46 0.39 0.87
Hex EB D1 D6 0 B 9 8 15C 27 57
Octal 353 321 326 0 13 11 10 534 47 127
Binary 11101011 11010001 11010110 0 1011 1001 1000 101011100 100111 1010111

Color Harmonies of #EBD1D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD1D6

Black with #EBD1D6

Text Example


Text Example

White with #EBD1D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD1D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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