Shades of Pattens Blue #DDEDF4
Tints of Pattens Blue #DDEDF4
RGB
CMYK
RGB Variations
Color information
#DDEDF4 (or 0xDDEDF4) is known color: Pattens Blue. HEX triplet: DD, ED and F4. RGB value is (221,237,244). Sum of RGB (Red+Green+Blue) = 221+237+244=702 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.48% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 244 (95.70% from 255 or 34.76% from 702); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDEDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDF4 is #22120B. Grayscale: #E8E8E8. Windows color (decimal): -2232844 or 16051677. OLE color: 16051677.
HSL color Cylindrical-coordinate representation of color #DDEDF4: hue angle of 198.26º degrees, saturation: 0.51, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDEDF4 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 221 | 237 | 244 | - |
CMYK | 0.09 | 0.03 | 0 | 0.04 |
HSL | 198.26º | 0.51% | 0.91% | - |
HSV(B) | 198.26º | 0.09% | 0.96% | - |
XYZ | 76.43 | 82.47 | 97.48 | - |
YUV | 233.01 | 134.2 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 237 | 244 | 0.09 | 0.03 | 0 | 0.04 | 198.26 | 0.51 | 0.91 |
Hex | DD | ED | F4 | 9 | 3 | 0 | 4 | C6 | 33 | 5B |
Octal | 335 | 355 | 364 | 11 | 3 | 0 | 4 | 306 | 63 | 133 |
Binary | 11011101 | 11101101 | 11110100 | 1001 | 11 | 0 | 100 | 11000110 | 110011 | 1011011 |
Color Harmonies of #DDEDF4
Complementary color
Monochromatic Colors of #DDEDF4
Black with #DDEDF4
Text Example
Text Example
White with #DDEDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEDF4; }
p { color: rgb(221,237,244); }
H1.HeaderClassName
{
color: #DDEDF4;
}
.AnyTagClassName
{
color: #DDEDF4;
}
</style>
background-color css
<style>
a { background-color: #DDEDF4; }
a { background-color: rgb(221,237,244); }
div.DivClassName
{
background-color: #DDEDF4;
}
.BgClassName
{
background-color: #DDEDF4;
}
</style>
border-color css
<style>
span { border-color: #DDEDF4; }
span { border-color: rgb(221,237,244); }
td.TdClassName
{
border-color: #DDEDF4;
}
.TagClassName
{
border-color: #DDEDF4;
}
</style>