Html Css Color HEX #EBDFC9 Pearl Lusta

📋 copy color: '#EBDFC9'

red 235 ◦ green 223 ◦ blue 201

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

Shades of Pearl Lusta #EBDFC9

Tints of Pearl Lusta #EBDFC9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.84%

 BLUE value IS 201 (78.91% from 255) = 30.5%

R = 35.66%
G = 33.84%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EBDFC9 (or 0xEBDFC9) is known color: Pearl Lusta. HEX triplet: EB, DF and C9. RGB value is (235,223,201). Sum of RGB (Red+Green+Blue) = 235+223+201=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC9 is #142036. Grayscale: #E0E0E0. Windows color (decimal): -1318967 or 13230059. OLE color: 13230059.

HSL color Cylindrical-coordinate representation of color #EBDFC9: hue angle of 38.82º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDFC9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 223 201 -
CMYK 0 0.05 0.14 0.08
HSL 38.82º 0.46% 0.85% -
HSV(B) 38.82º 0.14% 0.92% -
XYZ 71.19 74.65 65.92 -
YUV 224.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 235 223 201 0 0.05 0.14 0.08 38.82 0.46 0.85
Hex EB DF C9 0 5 E 8 27 2E 55
Octal 353 337 311 0 5 16 10 47 56 125
Binary 11101011 11011111 11001001 0 101 1110 1000 100111 101110 1010101

Color Harmonies of #EBDFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDFC9

Black with #EBDFC9

Text Example


Text Example

White with #EBDFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDFC9; }

 p { color: rgb(235,223,201); }

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

background-color css

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

 a { background-color: rgb(235,223,201); }

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

border-color css

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

 span { border-color: rgb(235,223,201); }

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