Html Css Color HEX #EDDFC0 Double Pearl Lusta
📋 copy color: '#EDDFC0'red 237 ◦ green 223 ◦ blue 192
Shades of Double Pearl Lusta #EDDFC0
Tints of Double Pearl Lusta #EDDFC0
RGB
CMYK
RGB Variations
Color information
#EDDFC0 (or 0xEDDFC0) is known color: Double Pearl Lusta. HEX triplet: ED, DF and C0. RGB value is (237,223,192). Sum of RGB (Red+Green+Blue) = 237+223+192=652 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.35% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 192 (75.39% from 255 or 29.45% from 652); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC0 is #12203F. Grayscale: #DFDFDF. Windows color (decimal): -1187904 or 12640237. OLE color: 12640237.
HSL color Cylindrical-coordinate representation of color #EDDFC0: hue angle of 41.33º 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 #EDDFC0 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 192 | - |
CMYK | 0 | 0.06 | 0.19 | 0.07 |
HSL | 41.33º | 0.56% | 0.84% | - |
HSV(B) | 41.33º | 0.19% | 0.93% | - |
XYZ | 70.83 | 74.59 | 60.53 | - |
YUV | 223.65 | 110.14 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 192 | 0 | 0.06 | 0.19 | 0.07 | 41.33 | 0.56 | 0.84 |
Hex | ED | DF | C0 | 0 | 6 | 13 | 7 | 29 | 38 | 54 |
Octal | 355 | 337 | 300 | 0 | 6 | 23 | 7 | 51 | 70 | 124 |
Binary | 11101101 | 11011111 | 11000000 | 0 | 110 | 10011 | 111 | 101001 | 111000 | 1010100 |
Color Harmonies of #EDDFC0
Complementary color
Monochromatic Colors of #EDDFC0
Black with #EDDFC0
Text Example
Text Example
White with #EDDFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFC0; }
p { color: rgb(237,223,192); }
H1.HeaderClassName
{
color: #EDDFC0;
}
.AnyTagClassName
{
color: #EDDFC0;
}
</style>
background-color css
<style>
a { background-color: #EDDFC0; }
a { background-color: rgb(237,223,192); }
div.DivClassName
{
background-color: #EDDFC0;
}
.BgClassName
{
background-color: #EDDFC0;
}
</style>
border-color css
<style>
span { border-color: #EDDFC0; }
span { border-color: rgb(237,223,192); }
td.TdClassName
{
border-color: #EDDFC0;
}
.TagClassName
{
border-color: #EDDFC0;
}
</style>