Shades of Pattens Blue #CDE1F4
Tints of Pattens Blue #CDE1F4
RGB
CMYK
RGB Variations
Color information
#CDE1F4 (or 0xCDE1F4) is known color: Pattens Blue. HEX triplet: CD, E1 and F4. RGB value is (205,225,244). Sum of RGB (Red+Green+Blue) = 205+225+244=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 225 (88.28% from 255 or 33.38% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDE1F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE1F4 is #321E0B. Grayscale: #DDDDDD. Windows color (decimal): -3284492 or 16048589. OLE color: 16048589.
HSL color Cylindrical-coordinate representation of color #CDE1F4: hue angle of 209.23º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE1F4 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 225 | 244 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.04 |
| HSL | 209.23º | 0.64% | 0.88% | - |
| HSV(B) | 209.23º | 0.16% | 0.96% | - |
| XYZ | 68.43 | 73.36 | 96.14 | - |
| YUV | 221.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 225 | 244 | 0.16 | 0.08 | 0 | 0.04 | 209.23 | 0.64 | 0.88 |
| Hex | CD | E1 | F4 | 10 | 8 | 0 | 4 | D1 | 40 | 58 |
| Octal | 315 | 341 | 364 | 20 | 10 | 0 | 4 | 321 | 100 | 130 |
| Binary | 11001101 | 11100001 | 11110100 | 10000 | 1000 | 0 | 100 | 11010001 | 1000000 | 1011000 |
Color Harmonies of #CDE1F4
Complementary color
Monochromatic Colors of #CDE1F4
Black with #CDE1F4
Text Example
Text Example
White with #CDE1F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE1F4; }
p { color: rgb(205,225,244); }
H1.HeaderClassName
{
color: #CDE1F4;
}
.AnyTagClassName
{
color: #CDE1F4;
}
</style>
background-color css
<style>
a { background-color: #CDE1F4; }
a { background-color: rgb(205,225,244); }
div.DivClassName
{
background-color: #CDE1F4;
}
.BgClassName
{
background-color: #CDE1F4;
}
</style>
border-color css
<style>
span { border-color: #CDE1F4; }
span { border-color: rgb(205,225,244); }
td.TdClassName
{
border-color: #CDE1F4;
}
.TagClassName
{
border-color: #CDE1F4;
}
</style>