Html Css Color HEX #EDDFC7 Pearl Lusta

📋 copy color: '#EDDFC7'

red 237 ◦ green 223 ◦ blue 199

#EDDFC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pearl Lusta #EDDFC7

Tints of Pearl Lusta #EDDFC7

RGB

 RED value IS 237 (92.97% from 255) = 35.96%

 GREEN value IS 223 (87.5% from 255) = 33.84%

 BLUE value IS 199 (78.13% from 255) = 30.2%

R = 35.96%
G = 33.84%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDDFC7 (or 0xEDDFC7) is known color: Pearl Lusta. HEX triplet: ED, DF and C7. RGB value is (237,223,199). Sum of RGB (Red+Green+Blue) = 237+223+199=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC7 is #122038. Grayscale: #E0E0E0. Windows color (decimal): -1187897 or 13098989. OLE color: 13098989.

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

Color convert

RGB 237 223 199 -
CMYK 0 0.06 0.16 0.07
HSL 37.89º 0.51% 0.85% -
HSV(B) 37.89º 0.16% 0.93% -
XYZ 71.62 74.9 64.72 -
YUV 224.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 237 223 199 0 0.06 0.16 0.07 37.89 0.51 0.85
Hex ED DF C7 0 6 10 7 26 33 55
Octal 355 337 307 0 6 20 7 46 63 125
Binary 11101101 11011111 11000111 0 110 10000 111 100110 110011 1010101

Color Harmonies of #EDDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFC7

Black with #EDDFC7

Text Example


Text Example

White with #EDDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFC7; }

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

 H1.HeaderClassName
 {
   color: #EDDFC7;
 }
 .AnyTagClassName
 {
   color: #EDDFC7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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