Shades of Pattens Blue #D5EBF2
Tints of Pattens Blue #D5EBF2
RGB
CMYK
RGB Variations
Color information
#D5EBF2 (or 0xD5EBF2) is known color: Pattens Blue. HEX triplet: D5, EB and F2. RGB value is (213,235,242). Sum of RGB (Red+Green+Blue) = 213+235+242=690 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.87% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 242 (94.92% from 255 or 35.07% from 690); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5EBF2 is #2A140D. Grayscale: #E5E5E5. Windows color (decimal): -2757646 or 15920085. OLE color: 15920085.
HSL color Cylindrical-coordinate representation of color #D5EBF2: hue angle of 194.48º 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 #D5EBF2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 213 | 235 | 242 | - |
CMYK | 0.12 | 0.03 | 0 | 0.05 |
HSL | 194.48º | 0.53% | 0.89% | - |
HSV(B) | 194.48º | 0.12% | 0.95% | - |
XYZ | 73.18 | 79.97 | 95.58 | - |
YUV | 229.22 | 135.21 | 116.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 235 | 242 | 0.12 | 0.03 | 0 | 0.05 | 194.48 | 0.53 | 0.89 |
Hex | D5 | EB | F2 | C | 3 | 0 | 5 | C2 | 35 | 59 |
Octal | 325 | 353 | 362 | 14 | 3 | 0 | 5 | 302 | 65 | 131 |
Binary | 11010101 | 11101011 | 11110010 | 1100 | 11 | 0 | 101 | 11000010 | 110101 | 1011001 |
Color Harmonies of #D5EBF2
Complementary color
Monochromatic Colors of #D5EBF2
Black with #D5EBF2
Text Example
Text Example
White with #D5EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EBF2; }
p { color: rgb(213,235,242); }
H1.HeaderClassName
{
color: #D5EBF2;
}
.AnyTagClassName
{
color: #D5EBF2;
}
</style>
background-color css
<style>
a { background-color: #D5EBF2; }
a { background-color: rgb(213,235,242); }
div.DivClassName
{
background-color: #D5EBF2;
}
.BgClassName
{
background-color: #D5EBF2;
}
</style>
border-color css
<style>
span { border-color: #D5EBF2; }
span { border-color: rgb(213,235,242); }
td.TdClassName
{
border-color: #D5EBF2;
}
.TagClassName
{
border-color: #D5EBF2;
}
</style>