#ECDFC1

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

Shades of Double Pearl Lusta #ECDFC1

Tints of Double Pearl Lusta #ECDFC1

Color information

#ECDFC1 (or 0xECDFC1) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DF and C1. RGB value is (236,223,193). Sum of RGB (Red+Green+Blue) = 236+223+193=652 (86% of max value = 765). Red value is 236 (92.58% from 255 or 36.20% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 193 (75.78% from 255 or 29.60% from 652); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFC1 is #13203E. Grayscale: #DFDFDF. Windows color (decimal): -1253439 or 12705772. OLE color: 12705772.

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

Color convert

RGB236223193-
CMYK00.060.180.07
HSL41.86º53.09%84.12%-
HSV(B)41.86º18.22%92.55%-
XYZ70.6174.4661.1-
YUV223.47110.81136.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.20%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 193 (75.78% from 255) = 29.60%
R=36.20%
G=34.20%
B=29.60%

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
Decimal23622319300.060.180.0741.8653.0984.12
HexECDFC1061272a3554
Octal354337301062275265124
Binary1110110011011111110000010110100101111010101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFC1; }

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

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

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

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

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

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

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

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