Html Css Color HEX #EBDDBA Double Pearl Lusta

📋 copy color: '#EBDDBA'

red 235 ◦ green 221 ◦ blue 186

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

Shades of Double Pearl Lusta #EBDDBA

Tints of Double Pearl Lusta #EBDDBA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.42%

 BLUE value IS 186 (73.05% from 255) = 28.97%

R = 36.6%
G = 34.42%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EBDDBA (or 0xEBDDBA) is known color: Double Pearl Lusta. HEX triplet: EB, DD and BA. RGB value is (235,221,186). Sum of RGB (Red+Green+Blue) = 235+221+186=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDBA is #142245. Grayscale: #DDDDDD. Windows color (decimal): -1319494 or 12246507. OLE color: 12246507.

HSL color Cylindrical-coordinate representation of color #EBDDBA: hue angle of 42.86º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EBDDBA is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 221 186 -
CMYK 0 0.06 0.21 0.08
HSL 42.86º 0.55% 0.83% -
HSV(B) 42.86º 0.21% 0.92% -
XYZ 68.98 72.92 56.89 -
YUV 221.2 108.14 137.85 -
System Red Green Blue C M Y K H S L
Decimal 235 221 186 0 0.06 0.21 0.08 42.86 0.55 0.83
Hex EB DD BA 0 6 15 8 2B 37 53
Octal 353 335 272 0 6 25 10 53 67 123
Binary 11101011 11011101 10111010 0 110 10101 1000 101011 110111 1010011

Color Harmonies of #EBDDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDDBA

Black with #EBDDBA

Text Example


Text Example

White with #EBDDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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