Shades of Pattens Blue #CDF3FD
Tints of Pattens Blue #CDF3FD
RGB
CMYK
RGB Variations
Color information
#CDF3FD (or 0xCDF3FD) is known color: Pattens Blue. HEX triplet: CD, F3 and FD. RGB value is (205,243,253). Sum of RGB (Red+Green+Blue) = 205+243+253=701 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.24% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 253 (99.22% from 255 or 36.09% from 701); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDF3FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF3FD is #320C02. Grayscale: #E8E8E8. Windows color (decimal): -3279875 or 16643021. OLE color: 16643021.
HSL color Cylindrical-coordinate representation of color #CDF3FD: hue angle of 192.5º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF3FD is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 243 | 253 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.01 |
| HSL | 192.5º | 0.92% | 0.9% | - |
| HSV(B) | 192.5º | 0.19% | 0.99% | - |
| XYZ | 74.96 | 84.17 | 105.22 | - |
| YUV | 232.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 243 | 253 | 0.19 | 0.04 | 0 | 0.01 | 192.5 | 0.92 | 0.9 |
| Hex | CD | F3 | FD | 13 | 4 | 0 | 1 | C0 | 5C | 5A |
| Octal | 315 | 363 | 375 | 23 | 4 | 0 | 1 | 300 | 134 | 132 |
| Binary | 11001101 | 11110011 | 11111101 | 10011 | 100 | 0 | 1 | 11000000 | 1011100 | 1011010 |
Color Harmonies of #CDF3FD
Complementary color
Monochromatic Colors of #CDF3FD
Black with #CDF3FD
Text Example
Text Example
White with #CDF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF3FD; }
p { color: rgb(205,243,253); }
H1.HeaderClassName
{
color: #CDF3FD;
}
.AnyTagClassName
{
color: #CDF3FD;
}
</style>
background-color css
<style>
a { background-color: #CDF3FD; }
a { background-color: rgb(205,243,253); }
div.DivClassName
{
background-color: #CDF3FD;
}
.BgClassName
{
background-color: #CDF3FD;
}
</style>
border-color css
<style>
span { border-color: #CDF3FD; }
span { border-color: rgb(205,243,253); }
td.TdClassName
{
border-color: #CDF3FD;
}
.TagClassName
{
border-color: #CDF3FD;
}
</style>