#EDDEBF

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

Shades of Double Pearl Lusta #EDDEBF

Tints of Double Pearl Lusta #EDDEBF

Color information

#EDDEBF (or 0xEDDEBF) is unknown color: approx Double Pearl Lusta. HEX triplet: ED, DE and BF. RGB value is (237,222,191). Sum of RGB (Red+Green+Blue) = 237+222+191=650 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.46% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 191 (75% from 255 or 29.38% from 650); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEBF is #122140. Grayscale: #DFDFDF. Windows color (decimal): -1188161 or 12574445. OLE color: 12574445.

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

Color convert

RGB237222191-
CMYK00.060.190.07
HSL40.43º56.1%83.92%-
HSV(B)40.43º19.41%92.94%-
XYZ70.4574.0159.86-
YUV222.95109.97138.02-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.46%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 191 (75% from 255) = 29.38%
R=36.46%
G=34.15%
B=29.38%

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
Decimal23722219100.060.190.0740.4356.183.92
HexEDDEBF06137283854
Octal355336277062375070124
Binary1110110111011110101111110110100111111010001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEBF; }

 p { color: rgb(237,222,191); }

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

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

 a { background-color: rgb(237,222,191); }

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

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

 span { border-color: rgb(237,222,191); }

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