Html Css Color HEX #EBDEC3 Double Pearl Lusta

📋 copy color: '#EBDEC3'

red 235 ◦ green 222 ◦ blue 195

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

Shades of Double Pearl Lusta #EBDEC3

Tints of Double Pearl Lusta #EBDEC3

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 195 (76.56% from 255) = 29.91%

R = 36.04%
G = 34.05%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EBDEC3 (or 0xEBDEC3) is known color: Double Pearl Lusta. HEX triplet: EB, DE and C3. RGB value is (235,222,195). Sum of RGB (Red+Green+Blue) = 235+222+195=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC3 is #14213C. Grayscale: #DEDEDE. Windows color (decimal): -1319229 or 12836587. OLE color: 12836587.

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

Color convert

RGB 235 222 195 -
CMYK 0 0.06 0.17 0.08
HSL 40.5º 0.5% 0.84% -
HSV(B) 40.5º 0.17% 0.92% -
XYZ 70.23 73.84 62.18 -
YUV 222.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 235 222 195 0 0.06 0.17 0.08 40.5 0.5 0.84
Hex EB DE C3 0 6 11 8 28 32 54
Octal 353 336 303 0 6 21 10 50 62 124
Binary 11101011 11011110 11000011 0 110 10001 1000 101000 110010 1010100

Color Harmonies of #EBDEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDEC3

Black with #EBDEC3

Text Example


Text Example

White with #EBDEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDEC3; }

 p { color: rgb(235,222,195); }

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

background-color css

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

 a { background-color: rgb(235,222,195); }

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

border-color css

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

 span { border-color: rgb(235,222,195); }

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