Shades of Pattens Blue #DCF3FD
Tints of Pattens Blue #DCF3FD
RGB
CMYK
RGB Variations
Color information
#DCF3FD (or 0xDCF3FD) is known color: Pattens Blue. HEX triplet: DC, F3 and FD. RGB value is (220,243,253). Sum of RGB (Red+Green+Blue) = 220+243+253=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 243 (95.31% from 255 or 33.94% from 716); Blue value is 253 (99.22% from 255 or 35.34% from 716); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3FD is #230C02. Grayscale: #EDEDED. Windows color (decimal): -2296835 or 16643036. OLE color: 16643036.
HSL color Cylindrical-coordinate representation of color #DCF3FD: hue angle of 198.18º 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 #DCF3FD is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 243 | 253 | - |
CMYK | 0.13 | 0.04 | 0 | 0.01 |
HSL | 198.18º | 0.89% | 0.93% | - |
HSV(B) | 198.18º | 0.13% | 0.99% | - |
XYZ | 79.3 | 86.41 | 105.43 | - |
YUV | 237.26 | 136.88 | 115.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 243 | 253 | 0.13 | 0.04 | 0 | 0.01 | 198.18 | 0.89 | 0.93 |
Hex | DC | F3 | FD | D | 4 | 0 | 1 | C6 | 59 | 5D |
Octal | 334 | 363 | 375 | 15 | 4 | 0 | 1 | 306 | 131 | 135 |
Binary | 11011100 | 11110011 | 11111101 | 1101 | 100 | 0 | 1 | 11000110 | 1011001 | 1011101 |
Color Harmonies of #DCF3FD
Complementary color
Monochromatic Colors of #DCF3FD
Black with #DCF3FD
Text Example
Text Example
White with #DCF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF3FD; }
p { color: rgb(220,243,253); }
H1.HeaderClassName
{
color: #DCF3FD;
}
.AnyTagClassName
{
color: #DCF3FD;
}
</style>
background-color css
<style>
a { background-color: #DCF3FD; }
a { background-color: rgb(220,243,253); }
div.DivClassName
{
background-color: #DCF3FD;
}
.BgClassName
{
background-color: #DCF3FD;
}
</style>
border-color css
<style>
span { border-color: #DCF3FD; }
span { border-color: rgb(220,243,253); }
td.TdClassName
{
border-color: #DCF3FD;
}
.TagClassName
{
border-color: #DCF3FD;
}
</style>