#EDDFC2

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

Shades of Double Pearl Lusta #EDDFC2

Tints of Double Pearl Lusta #EDDFC2

Color information

#EDDFC2 (or 0xEDDFC2) is unknown color: approx Double Pearl Lusta. HEX triplet: ED, DF and C2. RGB value is (237,223,194). Sum of RGB (Red+Green+Blue) = 237+223+194=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC2 is #12203D. Grayscale: #E0E0E0. Windows color (decimal): -1187902 or 12771309. OLE color: 12771309.

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

Color convert

RGB237223194-
CMYK00.060.180.07
HSL40.47º54.43%84.51%-
HSV(B)40.47º18.14%92.94%-
XYZ71.0574.6761.71-
YUV223.88111.14137.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.24%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 194 (76.17% from 255) = 29.66%
R=36.24%
G=34.10%
B=29.66%

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
Decimal23722319400.060.180.0740.4754.4384.51
HexEDDFC206127283655
Octal355337302062275066125
Binary1110110111011111110000100110100101111010001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFC2; }

 p { color: rgb(237,223,194); }

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

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

 a { background-color: rgb(237,223,194); }

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

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

 span { border-color: rgb(237,223,194); }

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