Shades of Pattens Blue #D0DFE5
Tints of Pattens Blue #D0DFE5
RGB
CMYK
RGB Variations
Color information
#D0DFE5 (or 0xD0DFE5) is known color: Pattens Blue. HEX triplet: D0, DF and E5. RGB value is (208,223,229). Sum of RGB (Red+Green+Blue) = 208+223+229=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #D0DFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFE5 is #2F201A. Grayscale: #DBDBDB. Windows color (decimal): -3088411 or 15065040. OLE color: 15065040.
HSL color Cylindrical-coordinate representation of color #D0DFE5: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0DFE5 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 208 | 223 | 229 | - |
CMYK | 0.09 | 0.03 | 0 | 0.10 |
HSL | 197.14º | 0.29% | 0.86% | - |
HSV(B) | 197.14º | 0.09% | 0.9% | - |
XYZ | 66.54 | 71.84 | 84.49 | - |
YUV | 219.2 | 133.53 | 120.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 223 | 229 | 0.09 | 0.03 | 0 | 0.10 | 197.14 | 0.29 | 0.86 |
Hex | D0 | DF | E5 | 9 | 3 | 0 | A | C5 | 1D | 56 |
Octal | 320 | 337 | 345 | 11 | 3 | 0 | 12 | 305 | 35 | 126 |
Binary | 11010000 | 11011111 | 11100101 | 1001 | 11 | 0 | 1010 | 11000101 | 11101 | 1010110 |
Color Harmonies of #D0DFE5
Complementary color
Monochromatic Colors of #D0DFE5
Black with #D0DFE5
Text Example
Text Example
White with #D0DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DFE5; }
p { color: rgb(208,223,229); }
H1.HeaderClassName
{
color: #D0DFE5;
}
.AnyTagClassName
{
color: #D0DFE5;
}
</style>
background-color css
<style>
a { background-color: #D0DFE5; }
a { background-color: rgb(208,223,229); }
div.DivClassName
{
background-color: #D0DFE5;
}
.BgClassName
{
background-color: #D0DFE5;
}
</style>
border-color css
<style>
span { border-color: #D0DFE5; }
span { border-color: rgb(208,223,229); }
td.TdClassName
{
border-color: #D0DFE5;
}
.TagClassName
{
border-color: #D0DFE5;
}
</style>