#EDDFC0

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

Shades of Double Pearl Lusta #EDDFC0

Tints of Double Pearl Lusta #EDDFC0

Color information

#EDDFC0 (or 0xEDDFC0) is unknown color: approx Double Pearl Lusta. HEX triplet: ED, DF and C0. RGB value is (237,223,192). Sum of RGB (Red+Green+Blue) = 237+223+192=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC0 is #12203F. Grayscale: #DFDFDF. Windows color (decimal): -1187904 or 12640237. OLE color: 12640237.

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

Color convert

RGB237223192-
CMYK00.060.190.07
HSL41.33º55.56%84.12%-
HSV(B)41.33º18.99%92.94%-
XYZ70.8374.5960.53-
YUV223.65110.14137.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.35%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 192 (75.39% from 255) = 29.45%
R=36.35%
G=34.20%
B=29.45%

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
Decimal23722319200.060.190.0741.3355.5684.12
HexEDDFC006137293854
Octal355337300062375170124
Binary1110110111011111110000000110100111111010011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFC0; }

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

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

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

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

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

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

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

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