Html Css Color HEX #E7DECA Pearl Lusta

📋 copy color: '#E7DECA'

red 231 ◦ green 222 ◦ blue 202

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

Shades of Pearl Lusta #E7DECA

Tints of Pearl Lusta #E7DECA

RGB

 RED value IS 231 (90.63% from 255) = 35.27%

 GREEN value IS 222 (87.11% from 255) = 33.89%

 BLUE value IS 202 (79.3% from 255) = 30.84%

R = 35.27%
G = 33.89%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E7DECA (or 0xE7DECA) is known color: Pearl Lusta. HEX triplet: E7, DE and CA. RGB value is (231,222,202). Sum of RGB (Red+Green+Blue) = 231+222+202=655 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.27% from 655); Green value is 222 (87.11% from 255 or 33.89% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DECA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DECA is #182135. Grayscale: #DEDEDE. Windows color (decimal): -1581366 or 13295335. OLE color: 13295335.

HSL color Cylindrical-coordinate representation of color #E7DECA: hue angle of 41.38º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7DECA is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 222 202 -
CMYK 0 0.04 0.13 0.09
HSL 41.38º 0.38% 0.85% -
HSV(B) 41.38º 0.13% 0.91% -
XYZ 69.74 73.5 66.39 -
YUV 222.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 231 222 202 0 0.04 0.13 0.09 41.38 0.38 0.85
Hex E7 DE CA 0 4 D 9 29 26 55
Octal 347 336 312 0 4 15 11 51 46 125
Binary 11100111 11011110 11001010 0 100 1101 1001 101001 100110 1010101

Color Harmonies of #E7DECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DECA

Black with #E7DECA

Text Example


Text Example

White with #E7DECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DECA; }

 p { color: rgb(231,222,202); }

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

background-color css

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

 a { background-color: rgb(231,222,202); }

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

border-color css

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

 span { border-color: rgb(231,222,202); }

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