Html Css Color HEX #EDDEC0 Double Pearl Lusta

📋 copy color: '#EDDEC0'

red 237 ◦ green 222 ◦ blue 192

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

Shades of Double Pearl Lusta #EDDEC0

Tints of Double Pearl Lusta #EDDEC0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.1%

 BLUE value IS 192 (75.39% from 255) = 29.49%

R = 36.41%
G = 34.1%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EDDEC0 (or 0xEDDEC0) is known color: Double Pearl Lusta. HEX triplet: ED, DE and C0. RGB value is (237,222,192). Sum of RGB (Red+Green+Blue) = 237+222+192=651 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.41% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDEC0 is #12213F. Grayscale: #DFDFDF. Windows color (decimal): -1188160 or 12639981. OLE color: 12639981.

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

Color convert

RGB 237 222 192 -
CMYK 0 0.06 0.19 0.07
HSL 40º 0.56% 0.84% -
HSV(B) 40º 0.19% 0.93% -
XYZ 70.56 74.05 60.44 -
YUV 223.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 237 222 192 0 0.06 0.19 0.07 40 0.56 0.84
Hex ED DE C0 0 6 13 7 28 38 54
Octal 355 336 300 0 6 23 7 50 70 124
Binary 11101101 11011110 11000000 0 110 10011 111 101000 111000 1010100

Color Harmonies of #EDDEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEC0

Black with #EDDEC0

Text Example


Text Example

White with #EDDEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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