Shades of Pattens Blue #D5EDFF
Tints of Pattens Blue #D5EDFF
RGB
CMYK
RGB Variations
Color information
#D5EDFF (or 0xD5EDFF) is known color: Pattens Blue. HEX triplet: D5, ED and FF. RGB value is (213,237,255). Sum of RGB (Red+Green+Blue) = 213+237+255=705 (93% of max value = 765). Red value is 213 (83.59% from 255 or 30.21% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 255 (100% from 255 or 36.17% from 705); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EDFF is #2A1200. Grayscale: #E7E7E7. Windows color (decimal): -2757121 or 16772565. OLE color: 16772565.
HSL color Cylindrical-coordinate representation of color #D5EDFF: hue angle of 205.71º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5EDFF is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 237 | 255 | - |
CMYK | 0.16 | 0.07 | 0 | 0 |
HSL | 205.71º | 1% | 0.92% | - |
HSV(B) | 205.71º | 0.16% | 1% | - |
XYZ | 75.77 | 81.93 | 106.43 | - |
YUV | 231.88 | 141.05 | 114.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 237 | 255 | 0.16 | 0.07 | 0 | 0 | 205.71 | 1 | 0.92 |
Hex | D5 | ED | FF | 10 | 7 | 0 | 0 | CE | 64 | 5C |
Octal | 325 | 355 | 377 | 20 | 7 | 0 | 0 | 316 | 144 | 134 |
Binary | 11010101 | 11101101 | 11111111 | 10000 | 111 | 0 | 0 | 11001110 | 1100100 | 1011100 |
Color Harmonies of #D5EDFF
Complementary color
Monochromatic Colors of #D5EDFF
Black with #D5EDFF
Text Example
Text Example
White with #D5EDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EDFF; }
p { color: rgb(213,237,255); }
H1.HeaderClassName
{
color: #D5EDFF;
}
.AnyTagClassName
{
color: #D5EDFF;
}
</style>
background-color css
<style>
a { background-color: #D5EDFF; }
a { background-color: rgb(213,237,255); }
div.DivClassName
{
background-color: #D5EDFF;
}
.BgClassName
{
background-color: #D5EDFF;
}
</style>
border-color css
<style>
span { border-color: #D5EDFF; }
span { border-color: rgb(213,237,255); }
td.TdClassName
{
border-color: #D5EDFF;
}
.TagClassName
{
border-color: #D5EDFF;
}
</style>