Html Css Color HEX #EDDFC5 Pearl Lusta

📋 copy color: '#EDDFC5'

red 237 ◦ green 223 ◦ blue 197

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

Shades of Pearl Lusta #EDDFC5

Tints of Pearl Lusta #EDDFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 29.98%

R = 36.07%
G = 33.94%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDDFC5 (or 0xEDDFC5) is known color: Pearl Lusta. HEX triplet: ED, DF and C5. RGB value is (237,223,197). Sum of RGB (Red+Green+Blue) = 237+223+197=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC5 is #12203A. Grayscale: #E0E0E0. Windows color (decimal): -1187899 or 12967917. OLE color: 12967917.

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

Color convert

RGB 237 223 197 -
CMYK 0 0.06 0.17 0.07
HSL 39º 0.53% 0.85% -
HSV(B) 39º 0.17% 0.93% -
XYZ 71.39 74.81 63.5 -
YUV 224.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 237 223 197 0 0.06 0.17 0.07 39 0.53 0.85
Hex ED DF C5 0 6 11 7 27 35 55
Octal 355 337 305 0 6 21 7 47 65 125
Binary 11101101 11011111 11000101 0 110 10001 111 100111 110101 1010101

Color Harmonies of #EDDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDFC5

Black with #EDDFC5

Text Example


Text Example

White with #EDDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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