Shades of Pattens Blue #CDDFE7
Tints of Pattens Blue #CDDFE7
RGB
CMYK
RGB Variations
Color information
#CDDFE7 (or 0xCDDFE7) is known color: Pattens Blue. HEX triplet: CD, DF and E7. RGB value is (205,223,231). Sum of RGB (Red+Green+Blue) = 205+223+231=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFE7 is #322018. Grayscale: #DADADA. Windows color (decimal): -3285017 or 15196109. OLE color: 15196109.
HSL color Cylindrical-coordinate representation of color #CDDFE7: hue angle of 198.46º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDFE7 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 223 | 231 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.09 |
| HSL | 198.46º | 0.35% | 0.85% | - |
| HSV(B) | 198.46º | 0.11% | 0.91% | - |
| XYZ | 65.99 | 71.52 | 85.93 | - |
| YUV | 218.53 | 135.04 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 231 | 0.11 | 0.03 | 0 | 0.09 | 198.46 | 0.35 | 0.85 |
| Hex | CD | DF | E7 | B | 3 | 0 | 9 | C6 | 23 | 55 |
| Octal | 315 | 337 | 347 | 13 | 3 | 0 | 11 | 306 | 43 | 125 |
| Binary | 11001101 | 11011111 | 11100111 | 1011 | 11 | 0 | 1001 | 11000110 | 100011 | 1010101 |
Color Harmonies of #CDDFE7
Complementary color
Monochromatic Colors of #CDDFE7
Black with #CDDFE7
Text Example
Text Example
White with #CDDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFE7; }
p { color: rgb(205,223,231); }
H1.HeaderClassName
{
color: #CDDFE7;
}
.AnyTagClassName
{
color: #CDDFE7;
}
</style>
background-color css
<style>
a { background-color: #CDDFE7; }
a { background-color: rgb(205,223,231); }
div.DivClassName
{
background-color: #CDDFE7;
}
.BgClassName
{
background-color: #CDDFE7;
}
</style>
border-color css
<style>
span { border-color: #CDDFE7; }
span { border-color: rgb(205,223,231); }
td.TdClassName
{
border-color: #CDDFE7;
}
.TagClassName
{
border-color: #CDDFE7;
}
</style>