Shades of Pattens Blue #DADFE4
Tints of Pattens Blue #DADFE4
RGB
CMYK
RGB Variations
Color information
#DADFE4 (or 0xDADFE4) is known color: Pattens Blue. HEX triplet: DA, DF and E4. RGB value is (218,223,228). Sum of RGB (Red+Green+Blue) = 218+223+228=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 223 (87.5% from 255 or 33.33% from 669); Blue value is 228 (89.45% from 255 or 34.08% from 669); Max value from RGB is 228 - color contains mainly: blue. Hex color #DADFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFE4 is #25201B. Grayscale: #DEDEDE. Windows color (decimal): -2433052 or 14999514. OLE color: 14999514.
HSL color Cylindrical-coordinate representation of color #DADFE4: hue angle of 210º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DADFE4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 223 | 228 | - |
CMYK | 0.04 | 0.02 | 0 | 0.11 |
HSL | 210º | 0.16% | 0.87% | - |
HSV(B) | 210º | 0.04% | 0.89% | - |
XYZ | 69.3 | 73.28 | 83.89 | - |
YUV | 222.08 | 131.34 | 125.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 228 | 0.04 | 0.02 | 0 | 0.11 | 210 | 0.16 | 0.87 |
Hex | DA | DF | E4 | 4 | 2 | 0 | B | D2 | 10 | 57 |
Octal | 332 | 337 | 344 | 4 | 2 | 0 | 13 | 322 | 20 | 127 |
Binary | 11011010 | 11011111 | 11100100 | 100 | 10 | 0 | 1011 | 11010010 | 10000 | 1010111 |
Color Harmonies of #DADFE4
Complementary color
Monochromatic Colors of #DADFE4
Black with #DADFE4
Text Example
Text Example
White with #DADFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFE4; }
p { color: rgb(218,223,228); }
H1.HeaderClassName
{
color: #DADFE4;
}
.AnyTagClassName
{
color: #DADFE4;
}
</style>
background-color css
<style>
a { background-color: #DADFE4; }
a { background-color: rgb(218,223,228); }
div.DivClassName
{
background-color: #DADFE4;
}
.BgClassName
{
background-color: #DADFE4;
}
</style>
border-color css
<style>
span { border-color: #DADFE4; }
span { border-color: rgb(218,223,228); }
td.TdClassName
{
border-color: #DADFE4;
}
.TagClassName
{
border-color: #DADFE4;
}
</style>