Shades of Solitude #DDEEFF
Tints of Solitude #DDEEFF
RGB
CMYK
RGB Variations
Color information
#DDEEFF (or 0xDDEEFF) is known color: Solitude. HEX triplet: DD, EE and FF. RGB value is (221,238,255). Sum of RGB (Red+Green+Blue) = 221+238+255=714 (94% of max value = 765). Red value is 221 (86.72% from 255 or 30.95% from 714); Green value is 238 (93.36% from 255 or 33.33% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEFF is #221100. Grayscale: #EAEAEA. Windows color (decimal): -2232577 or 16772829. OLE color: 16772829.
HSL color Cylindrical-coordinate representation of color #DDEEFF: hue angle of 210º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDEEFF is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 221 | 238 | 255 | - |
CMYK | 0.13 | 0.07 | 0 | 0 |
HSL | 210º | 1% | 0.93% | - |
HSV(B) | 210º | 0.13% | 1% | - |
XYZ | 78.44 | 83.74 | 106.64 | - |
YUV | 234.86 | 139.37 | 118.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 238 | 255 | 0.13 | 0.07 | 0 | 0 | 210 | 1 | 0.93 |
Hex | DD | EE | FF | D | 7 | 0 | 0 | D2 | 64 | 5D |
Octal | 335 | 356 | 377 | 15 | 7 | 0 | 0 | 322 | 144 | 135 |
Binary | 11011101 | 11101110 | 11111111 | 1101 | 111 | 0 | 0 | 11010010 | 1100100 | 1011101 |
Color Harmonies of #DDEEFF
Complementary color
Monochromatic Colors of #DDEEFF
Black with #DDEEFF
Text Example
Text Example
White with #DDEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEEFF; }
p { color: rgb(221,238,255); }
H1.HeaderClassName
{
color: #DDEEFF;
}
.AnyTagClassName
{
color: #DDEEFF;
}
</style>
background-color css
<style>
a { background-color: #DDEEFF; }
a { background-color: rgb(221,238,255); }
div.DivClassName
{
background-color: #DDEEFF;
}
.BgClassName
{
background-color: #DDEEFF;
}
</style>
border-color css
<style>
span { border-color: #DDEEFF; }
span { border-color: rgb(221,238,255); }
td.TdClassName
{
border-color: #DDEEFF;
}
.TagClassName
{
border-color: #DDEEFF;
}
</style>