#ECDFC8

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

Shades of Pearl Lusta #ECDFC8

Tints of Pearl Lusta #ECDFC8

Color information

#ECDFC8 (or 0xECDFC8) is unknown color: approx Pearl Lusta. HEX triplet: EC, DF and C8. RGB value is (236,223,200). Sum of RGB (Red+Green+Blue) = 236+223+200=659 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.81% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC8 is #132037. Grayscale: #E0E0E0. Windows color (decimal): -1253432 or 13164524. OLE color: 13164524.

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

Color convert

RGB236223200-
CMYK00.060.150.07
HSL38.33º48.65%85.49%-
HSV(B)38.33º15.25%92.55%-
XYZ71.4174.7865.31-
YUV224.26114.31136.37-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.81%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 200 (78.52% from 255) = 30.35%
R=35.81%
G=33.84%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622320000.060.150.0738.3348.6585.49
HexECDFC806F7263155
Octal354337310061774661125
Binary111011001101111111001000011011111111001101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFC8; }

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

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

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

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

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

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

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

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