Shades of Bubbles #DFEEE5
Tints of Bubbles #DFEEE5
RGB
CMYK
RGB Variations
Color information
#DFEEE5 (or 0xDFEEE5) is known color: Bubbles. HEX triplet: DF, EE and E5. RGB value is (223,238,229). Sum of RGB (Red+Green+Blue) = 223+238+229=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 229 (89.84% from 255 or 33.19% from 690); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEEE5 is #20111A. Grayscale: #E8E8E8. Windows color (decimal): -2101531 or 15068895. OLE color: 15068895.
HSL color Cylindrical-coordinate representation of color #DFEEE5: hue angle of 144º degrees, saturation: 0.31, 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 #DFEEE5 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 238 | 229 | - |
CMYK | 0.06 | 0 | 0.04 | 0.07 |
HSL | 144º | 0.31% | 0.9% | - |
HSV(B) | 144º | 0.06% | 0.93% | - |
XYZ | 75.15 | 82.49 | 86.09 | - |
YUV | 232.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 238 | 229 | 0.06 | 0 | 0.04 | 0.07 | 144 | 0.31 | 0.9 |
Hex | DF | EE | E5 | 6 | 0 | 4 | 7 | 90 | 1F | 5A |
Octal | 337 | 356 | 345 | 6 | 0 | 4 | 7 | 220 | 37 | 132 |
Binary | 11011111 | 11101110 | 11100101 | 110 | 0 | 100 | 111 | 10010000 | 11111 | 1011010 |
Color Harmonies of #DFEEE5
Complementary color
Monochromatic Colors of #DFEEE5
Black with #DFEEE5
Text Example
Text Example
White with #DFEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEEE5; }
p { color: rgb(223,238,229); }
H1.HeaderClassName
{
color: #DFEEE5;
}
.AnyTagClassName
{
color: #DFEEE5;
}
</style>
background-color css
<style>
a { background-color: #DFEEE5; }
a { background-color: rgb(223,238,229); }
div.DivClassName
{
background-color: #DFEEE5;
}
.BgClassName
{
background-color: #DFEEE5;
}
</style>
border-color css
<style>
span { border-color: #DFEEE5; }
span { border-color: rgb(223,238,229); }
td.TdClassName
{
border-color: #DFEEE5;
}
.TagClassName
{
border-color: #DFEEE5;
}
</style>