#E6DFCA

Color #E6DFCA Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pearl Lusta #E6DFCA

Tints of Pearl Lusta #E6DFCA

Color information

#E6DFCA (or 0xE6DFCA) is unknown color: approx Pearl Lusta. HEX triplet: E6, DF and CA. RGB value is (230,223,202). Sum of RGB (Red+Green+Blue) = 230+223+202=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DFCA is #192035. Grayscale: #DEDEDE. Windows color (decimal): -1646646 or 13295590. OLE color: 13295590.

HSL color Cylindrical-coordinate representation of color #E6DFCA: hue angle of 45º degrees, saturation: 0.36, 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 #E6DFCA is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB230223202-
CMYK00.030.120.10
HSL45º35.9%84.71%-
HSV(B)45º12.17%90.2%-
XYZ69.6873.8666.46-
YUV222.7116.32133.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.11%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=35.11%
G=34.05%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022320200.030.120.104535.984.71
HexE6DFCA03CA2d2455
Octal3463373120314125544125
Binary111001101101111111001010011110010101011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DFCA; }

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

 H1.HeaderClassName
 {
   color: #E6DFCA;
 }
 .AnyTagClassName
 {
   color: #E6DFCA;
 }
</style>
background-color css

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

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

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

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

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

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