#ECDFC3

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

Shades of Pearl Lusta #ECDFC3

Tints of Pearl Lusta #ECDFC3

Color information

#ECDFC3 (or 0xECDFC3) is unknown color: approx Pearl Lusta. HEX triplet: EC, DF and C3. RGB value is (236,223,195). Sum of RGB (Red+Green+Blue) = 236+223+195=654 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.09% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 195 (76.56% from 255 or 29.82% from 654); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC3 is #13203C. Grayscale: #DFDFDF. Windows color (decimal): -1253437 or 12836844. OLE color: 12836844.

HSL color Cylindrical-coordinate representation of color #ECDFC3: hue angle of 40.98º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECDFC3 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236223195-
CMYK00.060.170.07
HSL40.98º51.9%84.51%-
HSV(B)40.98º17.37%92.55%-
XYZ70.8374.5562.29-
YUV223.69111.81136.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.09%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 195 (76.56% from 255) = 29.82%
R=36.09%
G=34.10%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622319500.060.170.0740.9851.984.51
HexECDFC306117293455
Octal354337303062175164125
Binary1110110011011111110000110110100011111010011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFC3; }

 p { color: rgb(236,223,195); }

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

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

 a { background-color: rgb(236,223,195); }

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

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

 span { border-color: rgb(236,223,195); }

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