Shades of Pattens Blue #D4EEFD
Tints of Pattens Blue #D4EEFD
RGB
CMYK
RGB Variations
Color information
#D4EEFD (or 0xD4EEFD) is known color: Pattens Blue. HEX triplet: D4, EE and FD. RGB value is (212,238,253). Sum of RGB (Red+Green+Blue) = 212+238+253=703 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.16% from 703); Green value is 238 (93.36% from 255 or 33.85% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4EEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4EEFD is #2B1102. Grayscale: #E7E7E7. Windows color (decimal): -2822403 or 16641748. OLE color: 16641748.
HSL color Cylindrical-coordinate representation of color #D4EEFD: hue angle of 201.95º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4EEFD is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 212 | 238 | 253 | - |
CMYK | 0.16 | 0.06 | 0 | 0.01 |
HSL | 201.95º | 0.91% | 0.91% | - |
HSV(B) | 201.95º | 0.16% | 0.99% | - |
XYZ | 75.46 | 82.24 | 104.83 | - |
YUV | 231.94 | 139.89 | 113.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 238 | 253 | 0.16 | 0.06 | 0 | 0.01 | 201.95 | 0.91 | 0.91 |
Hex | D4 | EE | FD | 10 | 6 | 0 | 1 | CA | 5B | 5B |
Octal | 324 | 356 | 375 | 20 | 6 | 0 | 1 | 312 | 133 | 133 |
Binary | 11010100 | 11101110 | 11111101 | 10000 | 110 | 0 | 1 | 11001010 | 1011011 | 1011011 |
Color Harmonies of #D4EEFD
Complementary color
Monochromatic Colors of #D4EEFD
Black with #D4EEFD
Text Example
Text Example
White with #D4EEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEFD; }
p { color: rgb(212,238,253); }
H1.HeaderClassName
{
color: #D4EEFD;
}
.AnyTagClassName
{
color: #D4EEFD;
}
</style>
background-color css
<style>
a { background-color: #D4EEFD; }
a { background-color: rgb(212,238,253); }
div.DivClassName
{
background-color: #D4EEFD;
}
.BgClassName
{
background-color: #D4EEFD;
}
</style>
border-color css
<style>
span { border-color: #D4EEFD; }
span { border-color: rgb(212,238,253); }
td.TdClassName
{
border-color: #D4EEFD;
}
.TagClassName
{
border-color: #D4EEFD;
}
</style>