#ECDFC4

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

Shades of Pearl Lusta #ECDFC4

Tints of Pearl Lusta #ECDFC4

Color information

#ECDFC4 (or 0xECDFC4) is unknown color: approx Pearl Lusta. HEX triplet: EC, DF and C4. RGB value is (236,223,196). Sum of RGB (Red+Green+Blue) = 236+223+196=655 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.03% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 196 (76.95% from 255 or 29.92% from 655); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC4 is #13203B. Grayscale: #DFDFDF. Windows color (decimal): -1253436 or 12902380. OLE color: 12902380.

HSL color Cylindrical-coordinate representation of color #ECDFC4: hue angle of 40.5º degrees, saturation: 0.51, 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 #ECDFC4 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB236223196-
CMYK00.060.170.07
HSL40.5º51.28%84.71%-
HSV(B)40.5º16.95%92.55%-
XYZ70.9474.5962.88-
YUV223.81112.31136.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.03%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 196 (76.95% from 255) = 29.92%
R=36.03%
G=34.05%
B=29.92%

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
Decimal23622319600.060.170.0740.551.2884.71
HexECDFC406117283355
Octal354337304062175063125
Binary1110110011011111110001000110100011111010001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFC4; }

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

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

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

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

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

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

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

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