Shades of Bubbles #DFEDE4
Tints of Bubbles #DFEDE4
RGB
CMYK
RGB Variations
Color information
#DFEDE4 (or 0xDFEDE4) is known color: Bubbles. HEX triplet: DF, ED and E4. RGB value is (223,237,228). Sum of RGB (Red+Green+Blue) = 223+237+228=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 228 (89.45% from 255 or 33.14% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEDE4 is #20121B. Grayscale: #E7E7E7. Windows color (decimal): -2101788 or 15003103. OLE color: 15003103.
HSL color Cylindrical-coordinate representation of color #DFEDE4: hue angle of 141.43º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDE4 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 237 | 228 | - |
CMYK | 0.06 | 0 | 0.04 | 0.07 |
HSL | 141.43º | 0.28% | 0.9% | - |
HSV(B) | 141.43º | 0.06% | 0.93% | - |
XYZ | 74.72 | 81.86 | 85.26 | - |
YUV | 231.79 | 125.86 | 121.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 237 | 228 | 0.06 | 0 | 0.04 | 0.07 | 141.43 | 0.28 | 0.9 |
Hex | DF | ED | E4 | 6 | 0 | 4 | 7 | 8D | 1C | 5A |
Octal | 337 | 355 | 344 | 6 | 0 | 4 | 7 | 215 | 34 | 132 |
Binary | 11011111 | 11101101 | 11100100 | 110 | 0 | 100 | 111 | 10001101 | 11100 | 1011010 |
Color Harmonies of #DFEDE4
Complementary color
Monochromatic Colors of #DFEDE4
Black with #DFEDE4
Text Example
Text Example
White with #DFEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEDE4; }
p { color: rgb(223,237,228); }
H1.HeaderClassName
{
color: #DFEDE4;
}
.AnyTagClassName
{
color: #DFEDE4;
}
</style>
background-color css
<style>
a { background-color: #DFEDE4; }
a { background-color: rgb(223,237,228); }
div.DivClassName
{
background-color: #DFEDE4;
}
.BgClassName
{
background-color: #DFEDE4;
}
</style>
border-color css
<style>
span { border-color: #DFEDE4; }
span { border-color: rgb(223,237,228); }
td.TdClassName
{
border-color: #DFEDE4;
}
.TagClassName
{
border-color: #DFEDE4;
}
</style>