Shades of Pattens Blue #DCF2FD
Tints of Pattens Blue #DCF2FD
RGB
CMYK
RGB Variations
Color information
#DCF2FD (or 0xDCF2FD) is known color: Pattens Blue. HEX triplet: DC, F2 and FD. RGB value is (220,242,253). Sum of RGB (Red+Green+Blue) = 220+242+253=715 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.77% from 715); Green value is 242 (94.92% from 255 or 33.85% from 715); Blue value is 253 (99.22% from 255 or 35.38% from 715); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF2FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2FD is #230D02. Grayscale: #ECECEC. Windows color (decimal): -2297091 or 16642780. OLE color: 16642780.
HSL color Cylindrical-coordinate representation of color #DCF2FD: hue angle of 200º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCF2FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 242 | 253 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 200º | 0.89% | 0.93% | - |
HSV(B) | 200º | 0.13% | 0.99% | - |
XYZ | 79 | 85.81 | 105.33 | - |
YUV | 236.68 | 137.21 | 116.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 242 | 253 | 0.13 | 0.04 | 0 | 0.01 | 200 | 0.89 | 0.93 |
Hex | DC | F2 | FD | D | 4 | 0 | 1 | C8 | 59 | 5D |
Octal | 334 | 362 | 375 | 15 | 4 | 0 | 1 | 310 | 131 | 135 |
Binary | 11011100 | 11110010 | 11111101 | 1101 | 100 | 0 | 1 | 11001000 | 1011001 | 1011101 |
Color Harmonies of #DCF2FD
Complementary color
Monochromatic Colors of #DCF2FD
Black with #DCF2FD
Text Example
Text Example
White with #DCF2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF2FD; }
p { color: rgb(220,242,253); }
H1.HeaderClassName
{
color: #DCF2FD;
}
.AnyTagClassName
{
color: #DCF2FD;
}
</style>
background-color css
<style>
a { background-color: #DCF2FD; }
a { background-color: rgb(220,242,253); }
div.DivClassName
{
background-color: #DCF2FD;
}
.BgClassName
{
background-color: #DCF2FD;
}
</style>
border-color css
<style>
span { border-color: #DCF2FD; }
span { border-color: rgb(220,242,253); }
td.TdClassName
{
border-color: #DCF2FD;
}
.TagClassName
{
border-color: #DCF2FD;
}
</style>