Shades of Pattens Blue #CDDBE7
Tints of Pattens Blue #CDDBE7
RGB
CMYK
RGB Variations
Color information
#CDDBE7 (or 0xCDDBE7) is known color: Pattens Blue. HEX triplet: CD, DB and E7. RGB value is (205,219,231). Sum of RGB (Red+Green+Blue) = 205+219+231=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 219 (85.94% from 255 or 33.44% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBE7 is #322418. Grayscale: #D8D8D8. Windows color (decimal): -3286041 or 15195085. OLE color: 15195085.
HSL color Cylindrical-coordinate representation of color #CDDBE7: hue angle of 207.69º 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 #CDDBE7 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 219 | 231 | - |
CMYK | 0.11 | 0.05 | 0 | 0.09 |
HSL | 207.69º | 0.35% | 0.85% | - |
HSV(B) | 207.69º | 0.11% | 0.91% | - |
XYZ | 64.93 | 69.41 | 85.58 | - |
YUV | 216.18 | 136.36 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 219 | 231 | 0.11 | 0.05 | 0 | 0.09 | 207.69 | 0.35 | 0.85 |
Hex | CD | DB | E7 | B | 5 | 0 | 9 | D0 | 23 | 55 |
Octal | 315 | 333 | 347 | 13 | 5 | 0 | 11 | 320 | 43 | 125 |
Binary | 11001101 | 11011011 | 11100111 | 1011 | 101 | 0 | 1001 | 11010000 | 100011 | 1010101 |
Color Harmonies of #CDDBE7
Complementary color
Monochromatic Colors of #CDDBE7
Black with #CDDBE7
Text Example
Text Example
White with #CDDBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBE7; }
p { color: rgb(205,219,231); }
H1.HeaderClassName
{
color: #CDDBE7;
}
.AnyTagClassName
{
color: #CDDBE7;
}
</style>
background-color css
<style>
a { background-color: #CDDBE7; }
a { background-color: rgb(205,219,231); }
div.DivClassName
{
background-color: #CDDBE7;
}
.BgClassName
{
background-color: #CDDBE7;
}
</style>
border-color css
<style>
span { border-color: #CDDBE7; }
span { border-color: rgb(205,219,231); }
td.TdClassName
{
border-color: #CDDBE7;
}
.TagClassName
{
border-color: #CDDBE7;
}
</style>