Html Css Color HEX #E6DFCB Pearl Lusta

📋 copy color: '#E6DFCB'

red 230 ◦ green 223 ◦ blue 203

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

Shades of Pearl Lusta #E6DFCB

Tints of Pearl Lusta #E6DFCB

RGB

 RED value IS 230 (90.23% from 255) = 35.06%

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

 BLUE value IS 203 (79.69% from 255) = 30.95%

R = 35.06%
G = 33.99%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6DFCB (or 0xE6DFCB) is known color: Pearl Lusta. HEX triplet: E6, DF and CB. RGB value is (230,223,203). Sum of RGB (Red+Green+Blue) = 230+223+203=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCB is #192034. Grayscale: #DEDEDE. Windows color (decimal): -1646645 or 13361126. OLE color: 13361126.

HSL color Cylindrical-coordinate representation of color #E6DFCB: hue angle of 44.44º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6DFCB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 223 203 -
CMYK 0 0.03 0.12 0.10
HSL 44.44º 0.35% 0.85% -
HSV(B) 44.44º 0.12% 0.9% -
XYZ 69.8 73.91 67.09 -
YUV 222.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 230 223 203 0 0.03 0.12 0.10 44.44 0.35 0.85
Hex E6 DF CB 0 3 C A 2C 23 55
Octal 346 337 313 0 3 14 12 54 43 125
Binary 11100110 11011111 11001011 0 11 1100 1010 101100 100011 1010101

Color Harmonies of #E6DFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFCB

Black with #E6DFCB

Text Example


Text Example

White with #E6DFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFCB; }

 p { color: rgb(230,223,203); }

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

background-color css

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

 a { background-color: rgb(230,223,203); }

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

border-color css

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

 span { border-color: rgb(230,223,203); }

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