Shades of Pattens Blue #CDDFE9
Tints of Pattens Blue #CDDFE9
RGB
CMYK
RGB Variations
Color information
#CDDFE9 (or 0xCDDFE9) is known color: Pattens Blue. HEX triplet: CD, DF and E9. RGB value is (205,223,233). Sum of RGB (Red+Green+Blue) = 205+223+233=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFE9 is #322016. Grayscale: #DADADA. Windows color (decimal): -3285015 or 15327181. OLE color: 15327181.
HSL color Cylindrical-coordinate representation of color #CDDFE9: hue angle of 201.43º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDDFE9 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 205 | 223 | 233 | - |
CMYK | 0.12 | 0.04 | 0 | 0.09 |
HSL | 201.43º | 0.39% | 0.86% | - |
HSV(B) | 201.43º | 0.12% | 0.91% | - |
XYZ | 66.27 | 71.64 | 87.43 | - |
YUV | 218.76 | 136.04 | 118.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 223 | 233 | 0.12 | 0.04 | 0 | 0.09 | 201.43 | 0.39 | 0.86 |
Hex | CD | DF | E9 | C | 4 | 0 | 9 | C9 | 27 | 56 |
Octal | 315 | 337 | 351 | 14 | 4 | 0 | 11 | 311 | 47 | 126 |
Binary | 11001101 | 11011111 | 11101001 | 1100 | 100 | 0 | 1001 | 11001001 | 100111 | 1010110 |
Color Harmonies of #CDDFE9
Complementary color
Monochromatic Colors of #CDDFE9
Black with #CDDFE9
Text Example
Text Example
White with #CDDFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFE9; }
p { color: rgb(205,223,233); }
H1.HeaderClassName
{
color: #CDDFE9;
}
.AnyTagClassName
{
color: #CDDFE9;
}
</style>
background-color css
<style>
a { background-color: #CDDFE9; }
a { background-color: rgb(205,223,233); }
div.DivClassName
{
background-color: #CDDFE9;
}
.BgClassName
{
background-color: #CDDFE9;
}
</style>
border-color css
<style>
span { border-color: #CDDFE9; }
span { border-color: rgb(205,223,233); }
td.TdClassName
{
border-color: #CDDFE9;
}
.TagClassName
{
border-color: #CDDFE9;
}
</style>