Html Css Color HEX #EBD3DD Prim

📋 copy color: '#EBD3DD'

red 235 ◦ green 211 ◦ blue 221

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

Shades of Prim #EBD3DD

Tints of Prim #EBD3DD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.63%

 BLUE value IS 221 (86.72% from 255) = 33.13%

R = 35.23%
G = 31.63%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EBD3DD (or 0xEBD3DD) is known color: Prim. HEX triplet: EB, D3 and DD. RGB value is (235,211,221). Sum of RGB (Red+Green+Blue) = 235+211+221=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 211 (82.81% from 255 or 31.63% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD3DD is #142C22. Grayscale: #DBDBDB. Windows color (decimal): -1322019 or 14537707. OLE color: 14537707.

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

Color convert

RGB 235 211 221 -
CMYK 0 0.10 0.06 0.08
HSL 335º 0.38% 0.87% -
HSV(B) 335º 0.1% 0.92% -
XYZ 70.61 69.47 78.09 -
YUV 219.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 235 211 221 0 0.10 0.06 0.08 335 0.38 0.87
Hex EB D3 DD 0 A 6 8 14F 26 57
Octal 353 323 335 0 12 6 10 517 46 127
Binary 11101011 11010011 11011101 0 1010 110 1000 101001111 100110 1010111

Color Harmonies of #EBD3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD3DD

Black with #EBD3DD

Text Example


Text Example

White with #EBD3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD3DD; }

 p { color: rgb(235,211,221); }

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

background-color css

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

 a { background-color: rgb(235,211,221); }

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

border-color css

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

 span { border-color: rgb(235,211,221); }

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