Html Css Color HEX #EBDABB Double Pearl Lusta

📋 copy color: '#EBDABB'

red 235 ◦ green 218 ◦ blue 187

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

Shades of Double Pearl Lusta #EBDABB

Tints of Double Pearl Lusta #EBDABB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.06%

 BLUE value IS 187 (73.44% from 255) = 29.22%

R = 36.72%
G = 34.06%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#EBDABB (or 0xEBDABB) is known color: Double Pearl Lusta. HEX triplet: EB, DA and BB. RGB value is (235,218,187). Sum of RGB (Red+Green+Blue) = 235+218+187=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 187 (73.44% from 255 or 29.22% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDABB is #142544. Grayscale: #DBDBDB. Windows color (decimal): -1320261 or 12311275. OLE color: 12311275.

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

Color convert

RGB 235 218 187 -
CMYK 0 0.07 0.20 0.08
HSL 38.75º 0.55% 0.83% -
HSV(B) 38.75º 0.2% 0.92% -
XYZ 68.3 71.39 57.19 -
YUV 219.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 235 218 187 0 0.07 0.20 0.08 38.75 0.55 0.83
Hex EB DA BB 0 7 14 8 27 37 53
Octal 353 332 273 0 7 24 10 47 67 123
Binary 11101011 11011010 10111011 0 111 10100 1000 100111 110111 1010011

Color Harmonies of #EBDABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDABB

Black with #EBDABB

Text Example


Text Example

White with #EBDABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDABB; }

 p { color: rgb(235,218,187); }

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

background-color css

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

 a { background-color: rgb(235,218,187); }

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

border-color css

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

 span { border-color: rgb(235,218,187); }

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