Html Css Color HEX #ECE1CA Pearl Lusta

📋 copy color: '#ECE1CA'

red 236 ◦ green 225 ◦ blue 202

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

Shades of Pearl Lusta #ECE1CA

Tints of Pearl Lusta #ECE1CA

RGB

 RED value IS 236 (92.58% from 255) = 35.6%

 GREEN value IS 225 (88.28% from 255) = 33.94%

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

R = 35.6%
G = 33.94%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECE1CA (or 0xECE1CA) is known color: Pearl Lusta. HEX triplet: EC, E1 and CA. RGB value is (236,225,202). Sum of RGB (Red+Green+Blue) = 236+225+202=663 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.60% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 202 (79.30% from 255 or 30.47% from 663); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1CA is #131E35. Grayscale: #E1E1E1. Windows color (decimal): -1252918 or 13296108. OLE color: 13296108.

HSL color Cylindrical-coordinate representation of color #ECE1CA: hue angle of 40.59º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECE1CA is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 225 202 -
CMYK 0 0.05 0.14 0.07
HSL 40.59º 0.47% 0.86% -
HSV(B) 40.59º 0.14% 0.93% -
XYZ 72.18 75.95 66.73 -
YUV 225.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 236 225 202 0 0.05 0.14 0.07 40.59 0.47 0.86
Hex EC E1 CA 0 5 E 7 29 2F 56
Octal 354 341 312 0 5 16 7 51 57 126
Binary 11101100 11100001 11001010 0 101 1110 111 101001 101111 1010110

Color Harmonies of #ECE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE1CA

Black with #ECE1CA

Text Example


Text Example

White with #ECE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE1CA; }

 p { color: rgb(236,225,202); }

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

background-color css

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

 a { background-color: rgb(236,225,202); }

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

border-color css

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

 span { border-color: rgb(236,225,202); }

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