Shades of Pattens Blue #D5EAF2
Tints of Pattens Blue #D5EAF2
RGB
CMYK
RGB Variations
Color information
#D5EAF2 (or 0xD5EAF2) is known color: Pattens Blue. HEX triplet: D5, EA and F2. RGB value is (213,234,242). Sum of RGB (Red+Green+Blue) = 213+234+242=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 242 (94.92% from 255 or 35.12% from 689); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5EAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EAF2 is #2A150D. Grayscale: #E4E4E4. Windows color (decimal): -2757902 or 15919829. OLE color: 15919829.
HSL color Cylindrical-coordinate representation of color #D5EAF2: hue angle of 196.55º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5EAF2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 234 | 242 | - |
CMYK | 0.12 | 0.03 | 0 | 0.05 |
HSL | 196.55º | 0.53% | 0.89% | - |
HSV(B) | 196.55º | 0.12% | 0.95% | - |
XYZ | 72.89 | 79.4 | 95.49 | - |
YUV | 228.63 | 135.54 | 116.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 234 | 242 | 0.12 | 0.03 | 0 | 0.05 | 196.55 | 0.53 | 0.89 |
Hex | D5 | EA | F2 | C | 3 | 0 | 5 | C5 | 35 | 59 |
Octal | 325 | 352 | 362 | 14 | 3 | 0 | 5 | 305 | 65 | 131 |
Binary | 11010101 | 11101010 | 11110010 | 1100 | 11 | 0 | 101 | 11000101 | 110101 | 1011001 |
Color Harmonies of #D5EAF2
Complementary color
Monochromatic Colors of #D5EAF2
Black with #D5EAF2
Text Example
Text Example
White with #D5EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EAF2; }
p { color: rgb(213,234,242); }
H1.HeaderClassName
{
color: #D5EAF2;
}
.AnyTagClassName
{
color: #D5EAF2;
}
</style>
background-color css
<style>
a { background-color: #D5EAF2; }
a { background-color: rgb(213,234,242); }
div.DivClassName
{
background-color: #D5EAF2;
}
.BgClassName
{
background-color: #D5EAF2;
}
</style>
border-color css
<style>
span { border-color: #D5EAF2; }
span { border-color: rgb(213,234,242); }
td.TdClassName
{
border-color: #D5EAF2;
}
.TagClassName
{
border-color: #D5EAF2;
}
</style>