#ECDFC0

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

Shades of Double Pearl Lusta #ECDFC0

Tints of Double Pearl Lusta #ECDFC0

Color information

#ECDFC0 (or 0xECDFC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DF and C0. RGB value is (236,223,192). Sum of RGB (Red+Green+Blue) = 236+223+192=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC0 is #13203F. Grayscale: #DFDFDF. Windows color (decimal): -1253440 or 12640236. OLE color: 12640236.

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

Color convert

RGB236223192-
CMYK00.060.190.07
HSL42.27º53.66%83.92%-
HSV(B)42.27º18.64%92.55%-
XYZ70.4974.4160.52-
YUV223.35110.31137.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=36.25%
G=34.25%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622319200.060.190.0742.2753.6683.92
HexECDFC0061372a3654
Octal354337300062375266124
Binary1110110011011111110000000110100111111010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFC0; }

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

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

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

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

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

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

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

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