#ECDEC1

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

Shades of Double Pearl Lusta #ECDEC1

Tints of Double Pearl Lusta #ECDEC1

Color information

#ECDEC1 (or 0xECDEC1) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DE and C1. RGB value is (236,222,193). Sum of RGB (Red+Green+Blue) = 236+222+193=651 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.25% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEC1 is #13213E. Grayscale: #DFDFDF. Windows color (decimal): -1253695 or 12705516. OLE color: 12705516.

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

Color convert

RGB236222193-
CMYK00.060.180.07
HSL40.47º53.09%84.12%-
HSV(B)40.47º18.22%92.55%-
XYZ70.3473.9361.01-
YUV222.88111.14137.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.25%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 193 (75.78% from 255) = 29.65%
R=36.25%
G=34.10%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622219300.060.180.0740.4753.0984.12
HexECDEC106127283554
Octal354336301062275065124
Binary1110110011011110110000010110100101111010001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEC1; }

 p { color: rgb(236,222,193); }

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

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

 a { background-color: rgb(236,222,193); }

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

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

 span { border-color: rgb(236,222,193); }

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