Shades of Pattens Blue #DCEAF4
Tints of Pattens Blue #DCEAF4
RGB
CMYK
RGB Variations
Color information
#DCEAF4 (or 0xDCEAF4) is known color: Pattens Blue. HEX triplet: DC, EA and F4. RGB value is (220,234,244). Sum of RGB (Red+Green+Blue) = 220+234+244=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 244 (95.70% from 255 or 34.96% from 698); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEAF4 is #23150B. Grayscale: #E6E6E6. Windows color (decimal): -2299148 or 16050908. OLE color: 16050908.
HSL color Cylindrical-coordinate representation of color #DCEAF4: hue angle of 205º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCEAF4 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 220 | 234 | 244 | - |
CMYK | 0.10 | 0.04 | 0 | 0.04 |
HSL | 205º | 0.52% | 0.91% | - |
HSV(B) | 205º | 0.1% | 0.96% | - |
XYZ | 75.27 | 80.59 | 97.18 | - |
YUV | 230.95 | 135.36 | 120.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 234 | 244 | 0.10 | 0.04 | 0 | 0.04 | 205 | 0.52 | 0.91 |
Hex | DC | EA | F4 | A | 4 | 0 | 4 | CD | 34 | 5B |
Octal | 334 | 352 | 364 | 12 | 4 | 0 | 4 | 315 | 64 | 133 |
Binary | 11011100 | 11101010 | 11110100 | 1010 | 100 | 0 | 100 | 11001101 | 110100 | 1011011 |
Color Harmonies of #DCEAF4
Complementary color
Monochromatic Colors of #DCEAF4
Black with #DCEAF4
Text Example
Text Example
White with #DCEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEAF4; }
p { color: rgb(220,234,244); }
H1.HeaderClassName
{
color: #DCEAF4;
}
.AnyTagClassName
{
color: #DCEAF4;
}
</style>
background-color css
<style>
a { background-color: #DCEAF4; }
a { background-color: rgb(220,234,244); }
div.DivClassName
{
background-color: #DCEAF4;
}
.BgClassName
{
background-color: #DCEAF4;
}
</style>
border-color css
<style>
span { border-color: #DCEAF4; }
span { border-color: rgb(220,234,244); }
td.TdClassName
{
border-color: #DCEAF4;
}
.TagClassName
{
border-color: #DCEAF4;
}
</style>