Shades of Pattens Blue #CDDFEC
Tints of Pattens Blue #CDDFEC
RGB
CMYK
RGB Variations
Color information
#CDDFEC (or 0xCDDFEC) is known color: Pattens Blue. HEX triplet: CD, DF and EC. RGB value is (205,223,236). Sum of RGB (Red+Green+Blue) = 205+223+236=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 223 (87.5% from 255 or 33.58% from 664); Blue value is 236 (92.58% from 255 or 35.54% from 664); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDFEC is #322013. Grayscale: #DBDBDB. Windows color (decimal): -3285012 or 15523789. OLE color: 15523789.
HSL color Cylindrical-coordinate representation of color #CDDFEC: hue angle of 205.16º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDDFEC is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 223 | 236 | - |
CMYK | 0.13 | 0.06 | 0 | 0.07 |
HSL | 205.16º | 0.45% | 0.86% | - |
HSV(B) | 205.16º | 0.13% | 0.93% | - |
XYZ | 66.7 | 71.81 | 89.7 | - |
YUV | 219.1 | 137.54 | 117.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 223 | 236 | 0.13 | 0.06 | 0 | 0.07 | 205.16 | 0.45 | 0.86 |
Hex | CD | DF | EC | D | 6 | 0 | 7 | CD | 2D | 56 |
Octal | 315 | 337 | 354 | 15 | 6 | 0 | 7 | 315 | 55 | 126 |
Binary | 11001101 | 11011111 | 11101100 | 1101 | 110 | 0 | 111 | 11001101 | 101101 | 1010110 |
Color Harmonies of #CDDFEC
Complementary color
Monochromatic Colors of #CDDFEC
Black with #CDDFEC
Text Example
Text Example
White with #CDDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFEC; }
p { color: rgb(205,223,236); }
H1.HeaderClassName
{
color: #CDDFEC;
}
.AnyTagClassName
{
color: #CDDFEC;
}
</style>
background-color css
<style>
a { background-color: #CDDFEC; }
a { background-color: rgb(205,223,236); }
div.DivClassName
{
background-color: #CDDFEC;
}
.BgClassName
{
background-color: #CDDFEC;
}
</style>
border-color css
<style>
span { border-color: #CDDFEC; }
span { border-color: rgb(205,223,236); }
td.TdClassName
{
border-color: #CDDFEC;
}
.TagClassName
{
border-color: #CDDFEC;
}
</style>