Html Css Color HEX #E6DFCC Pearl Lusta

📋 copy color: '#E6DFCC'

red 230 ◦ green 223 ◦ blue 204

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

Shades of Pearl Lusta #E6DFCC

Tints of Pearl Lusta #E6DFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.05%

R = 35.01%
G = 33.94%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6DFCC (or 0xE6DFCC) is known color: Pearl Lusta. HEX triplet: E6, DF and CC. RGB value is (230,223,204). Sum of RGB (Red+Green+Blue) = 230+223+204=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCC is #192033. Grayscale: #DFDFDF. Windows color (decimal): -1646644 or 13426662. OLE color: 13426662.

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

Color convert

RGB 230 223 204 -
CMYK 0 0.03 0.11 0.10
HSL 43.85º 0.34% 0.85% -
HSV(B) 43.85º 0.11% 0.9% -
XYZ 69.92 73.96 67.72 -
YUV 222.93 117.32 133.04 -
System Red Green Blue C M Y K H S L
Decimal 230 223 204 0 0.03 0.11 0.10 43.85 0.34 0.85
Hex E6 DF CC 0 3 B A 2C 22 55
Octal 346 337 314 0 3 13 12 54 42 125
Binary 11100110 11011111 11001100 0 11 1011 1010 101100 100010 1010101

Color Harmonies of #E6DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFCC

Black with #E6DFCC

Text Example


Text Example

White with #E6DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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