Html Css Color HEX #EDDFC2 Double Pearl Lusta
📋 copy color: '#EDDFC2'red 237 ◦ green 223 ◦ blue 194
Shades of Double Pearl Lusta #EDDFC2
Tints of Double Pearl Lusta #EDDFC2
RGB
CMYK
RGB Variations
Color information
#EDDFC2 (or 0xEDDFC2) is known color: Double Pearl Lusta. HEX triplet: ED, DF and C2. RGB value is (237,223,194). Sum of RGB (Red+Green+Blue) = 237+223+194=654 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.24% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC2 is #12203D. Grayscale: #E0E0E0. Windows color (decimal): -1187902 or 12771309. OLE color: 12771309.
HSL color Cylindrical-coordinate representation of color #EDDFC2: hue angle of 40.47º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EDDFC2 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 223 | 194 | - |
CMYK | 0 | 0.06 | 0.18 | 0.07 |
HSL | 40.47º | 0.54% | 0.85% | - |
HSV(B) | 40.47º | 0.18% | 0.93% | - |
XYZ | 71.05 | 74.67 | 61.71 | - |
YUV | 223.88 | 111.14 | 137.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 194 | 0 | 0.06 | 0.18 | 0.07 | 40.47 | 0.54 | 0.85 |
Hex | ED | DF | C2 | 0 | 6 | 12 | 7 | 28 | 36 | 55 |
Octal | 355 | 337 | 302 | 0 | 6 | 22 | 7 | 50 | 66 | 125 |
Binary | 11101101 | 11011111 | 11000010 | 0 | 110 | 10010 | 111 | 101000 | 110110 | 1010101 |
Color Harmonies of #EDDFC2
Complementary color
Monochromatic Colors of #EDDFC2
Black with #EDDFC2
Text Example
Text Example
White with #EDDFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFC2; }
p { color: rgb(237,223,194); }
H1.HeaderClassName
{
color: #EDDFC2;
}
.AnyTagClassName
{
color: #EDDFC2;
}
</style>
background-color css
<style>
a { background-color: #EDDFC2; }
a { background-color: rgb(237,223,194); }
div.DivClassName
{
background-color: #EDDFC2;
}
.BgClassName
{
background-color: #EDDFC2;
}
</style>
border-color css
<style>
span { border-color: #EDDFC2; }
span { border-color: rgb(237,223,194); }
td.TdClassName
{
border-color: #EDDFC2;
}
.TagClassName
{
border-color: #EDDFC2;
}
</style>