Shades of Pattens Blue #D3F3FF
Tints of Pattens Blue #D3F3FF
RGB
CMYK
RGB Variations
Color information
#D3F3FF (or 0xD3F3FF) is known color: Pattens Blue. HEX triplet: D3, F3 and FF. RGB value is (211,243,255). Sum of RGB (Red+Green+Blue) = 211+243+255=709 (93% of max value = 765). Red value is 211 (82.81% from 255 or 29.76% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3F3FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F3FF is #2C0C00. Grayscale: #EAEAEA. Windows color (decimal): -2886657 or 16774099. OLE color: 16774099.
HSL color Cylindrical-coordinate representation of color #D3F3FF: hue angle of 196.36º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3F3FF is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 243 | 255 | - |
| CMYK | 0.17 | 0.05 | 0 | 0 |
| HSL | 196.36º | 1% | 0.91% | - |
| HSV(B) | 196.36º | 0.17% | 1% | - |
| XYZ | 76.96 | 85.17 | 106.99 | - |
| YUV | 234.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 243 | 255 | 0.17 | 0.05 | 0 | 0 | 196.36 | 1 | 0.91 |
| Hex | D3 | F3 | FF | 11 | 5 | 0 | 0 | C4 | 64 | 5B |
| Octal | 323 | 363 | 377 | 21 | 5 | 0 | 0 | 304 | 144 | 133 |
| Binary | 11010011 | 11110011 | 11111111 | 10001 | 101 | 0 | 0 | 11000100 | 1100100 | 1011011 |
Color Harmonies of #D3F3FF
Complementary color
Monochromatic Colors of #D3F3FF
Black with #D3F3FF
Text Example
Text Example
White with #D3F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F3FF; }
p { color: rgb(211,243,255); }
H1.HeaderClassName
{
color: #D3F3FF;
}
.AnyTagClassName
{
color: #D3F3FF;
}
</style>
background-color css
<style>
a { background-color: #D3F3FF; }
a { background-color: rgb(211,243,255); }
div.DivClassName
{
background-color: #D3F3FF;
}
.BgClassName
{
background-color: #D3F3FF;
}
</style>
border-color css
<style>
span { border-color: #D3F3FF; }
span { border-color: rgb(211,243,255); }
td.TdClassName
{
border-color: #D3F3FF;
}
.TagClassName
{
border-color: #D3F3FF;
}
</style>