Html Css Color HEX #E6DFCA Pearl Lusta

📋 copy color: '#E6DFCA'

red 230 ◦ green 223 ◦ blue 202

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

Shades of Pearl Lusta #E6DFCA

Tints of Pearl Lusta #E6DFCA

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.3% from 255) = 30.84%

R = 35.11%
G = 34.05%
B = 30.84%

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

#E6DFCA (or 0xE6DFCA) is known color: 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

RGB 230 223 202 -
CMYK 0 0.03 0.12 0.10
HSL 45º 0.36% 0.85% -
HSV(B) 45º 0.12% 0.9% -
XYZ 69.68 73.86 66.46 -
YUV 222.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 230 223 202 0 0.03 0.12 0.10 45 0.36 0.85
Hex E6 DF CA 0 3 C A 2D 24 55
Octal 346 337 312 0 3 14 12 55 44 125
Binary 11100110 11011111 11001010 0 11 1100 1010 101101 100100 1010101

Color Harmonies of #E6DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFCA

Black with #E6DFCA

Text Example


Text Example

White with #E6DFCA

Text Example


Text Example

HTML Codes & Css Web 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>