#EDDFC4

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

Shades of Pearl Lusta #EDDFC4

Tints of Pearl Lusta #EDDFC4

Color information

#EDDFC4 (or 0xEDDFC4) is unknown color: approx Pearl Lusta. HEX triplet: ED, DF and C4. RGB value is (237,223,196). Sum of RGB (Red+Green+Blue) = 237+223+196=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC4 is #12203B. Grayscale: #E0E0E0. Windows color (decimal): -1187900 or 12902381. OLE color: 12902381.

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

Color convert

RGB237223196-
CMYK00.060.170.07
HSL39.51º53.25%84.9%-
HSV(B)39.51º17.3%92.94%-
XYZ71.2874.7762.9-
YUV224.11112.14137.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 36.13%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 196 (76.95% from 255) = 29.88%
R=36.13%
G=33.99%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722319600.060.170.0739.5153.2584.9
HexEDDFC406117283555
Octal355337304062175065125
Binary1110110111011111110001000110100011111010001101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFC4; }

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

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

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

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

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

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

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

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