Shades of Pattens Blue #CDE0F3
Tints of Pattens Blue #CDE0F3
RGB
CMYK
RGB Variations
Color information
#CDE0F3 (or 0xCDE0F3) is known color: Pattens Blue. HEX triplet: CD, E0 and F3. RGB value is (205,224,243). Sum of RGB (Red+Green+Blue) = 205+224+243=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 243 (95.31% from 255 or 36.16% from 672); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDE0F3 is #321F0C. Grayscale: #DCDCDC. Windows color (decimal): -3284749 or 15982797. OLE color: 15982797.
HSL color Cylindrical-coordinate representation of color #CDE0F3: hue angle of 210º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDE0F3 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 224 | 243 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.05 |
| HSL | 210º | 0.61% | 0.88% | - |
| HSV(B) | 210º | 0.16% | 0.95% | - |
| XYZ | 68.01 | 72.76 | 95.25 | - |
| YUV | 220.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 224 | 243 | 0.16 | 0.08 | 0 | 0.05 | 210 | 0.61 | 0.88 |
| Hex | CD | E0 | F3 | 10 | 8 | 0 | 5 | D2 | 3D | 58 |
| Octal | 315 | 340 | 363 | 20 | 10 | 0 | 5 | 322 | 75 | 130 |
| Binary | 11001101 | 11100000 | 11110011 | 10000 | 1000 | 0 | 101 | 11010010 | 111101 | 1011000 |
Color Harmonies of #CDE0F3
Complementary color
Monochromatic Colors of #CDE0F3
Black with #CDE0F3
Text Example
Text Example
White with #CDE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE0F3; }
p { color: rgb(205,224,243); }
H1.HeaderClassName
{
color: #CDE0F3;
}
.AnyTagClassName
{
color: #CDE0F3;
}
</style>
background-color css
<style>
a { background-color: #CDE0F3; }
a { background-color: rgb(205,224,243); }
div.DivClassName
{
background-color: #CDE0F3;
}
.BgClassName
{
background-color: #CDE0F3;
}
</style>
border-color css
<style>
span { border-color: #CDE0F3; }
span { border-color: rgb(205,224,243); }
td.TdClassName
{
border-color: #CDE0F3;
}
.TagClassName
{
border-color: #CDE0F3;
}
</style>