Shades of Pattens Blue #CDE3F4
Tints of Pattens Blue #CDE3F4
RGB
CMYK
RGB Variations
Color information
#CDE3F4 (or 0xCDE3F4) is known color: Pattens Blue. HEX triplet: CD, E3 and F4. RGB value is (205,227,244). Sum of RGB (Red+Green+Blue) = 205+227+244=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 227 (89.06% from 255 or 33.58% from 676); Blue value is 244 (95.70% from 255 or 36.09% from 676); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE3F4 is #321C0B. Grayscale: #DEDEDE. Windows color (decimal): -3283980 or 16049101. OLE color: 16049101.
HSL color Cylindrical-coordinate representation of color #CDE3F4: hue angle of 206.15º 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 #CDE3F4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 227 | 244 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.04 |
| HSL | 206.15º | 0.64% | 0.88% | - |
| HSV(B) | 206.15º | 0.16% | 0.96% | - |
| XYZ | 68.98 | 74.45 | 96.32 | - |
| YUV | 222.36 | 140.21 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 227 | 244 | 0.16 | 0.07 | 0 | 0.04 | 206.15 | 0.64 | 0.88 |
| Hex | CD | E3 | F4 | 10 | 7 | 0 | 4 | CE | 40 | 58 |
| Octal | 315 | 343 | 364 | 20 | 7 | 0 | 4 | 316 | 100 | 130 |
| Binary | 11001101 | 11100011 | 11110100 | 10000 | 111 | 0 | 100 | 11001110 | 1000000 | 1011000 |
Color Harmonies of #CDE3F4
Complementary color
Monochromatic Colors of #CDE3F4
Black with #CDE3F4
Text Example
Text Example
White with #CDE3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE3F4; }
p { color: rgb(205,227,244); }
H1.HeaderClassName
{
color: #CDE3F4;
}
.AnyTagClassName
{
color: #CDE3F4;
}
</style>
background-color css
<style>
a { background-color: #CDE3F4; }
a { background-color: rgb(205,227,244); }
div.DivClassName
{
background-color: #CDE3F4;
}
.BgClassName
{
background-color: #CDE3F4;
}
</style>
border-color css
<style>
span { border-color: #CDE3F4; }
span { border-color: rgb(205,227,244); }
td.TdClassName
{
border-color: #CDE3F4;
}
.TagClassName
{
border-color: #CDE3F4;
}
</style>