Shades of Pattens Blue #CCD8DE
Tints of Pattens Blue #CCD8DE
RGB
CMYK
RGB Variations
Color information
#CCD8DE (or 0xCCD8DE) is known color: Pattens Blue. HEX triplet: CC, D8 and DE. RGB value is (204,216,222). Sum of RGB (Red+Green+Blue) = 204+216+222=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 216 (84.77% from 255 or 33.64% from 642); Blue value is 222 (87.11% from 255 or 34.58% from 642); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DE is #332721. Grayscale: #D5D5D5. Windows color (decimal): -3352354 or 14604492. OLE color: 14604492.
HSL color Cylindrical-coordinate representation of color #CCD8DE: hue angle of 200º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD8DE is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 216 | 222 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.13 |
| HSL | 200º | 0.21% | 0.84% | - |
| HSV(B) | 200º | 0.08% | 0.87% | - |
| XYZ | 62.64 | 67.22 | 78.78 | - |
| YUV | 213.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 222 | 0.08 | 0.03 | 0 | 0.13 | 200 | 0.21 | 0.84 |
| Hex | CC | D8 | DE | 8 | 3 | 0 | D | C8 | 15 | 54 |
| Octal | 314 | 330 | 336 | 10 | 3 | 0 | 15 | 310 | 25 | 124 |
| Binary | 11001100 | 11011000 | 11011110 | 1000 | 11 | 0 | 1101 | 11001000 | 10101 | 1010100 |
Color Harmonies of #CCD8DE
Complementary color
Monochromatic Colors of #CCD8DE
Black with #CCD8DE
Text Example
Text Example
White with #CCD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8DE; }
p { color: rgb(204,216,222); }
H1.HeaderClassName
{
color: #CCD8DE;
}
.AnyTagClassName
{
color: #CCD8DE;
}
</style>
background-color css
<style>
a { background-color: #CCD8DE; }
a { background-color: rgb(204,216,222); }
div.DivClassName
{
background-color: #CCD8DE;
}
.BgClassName
{
background-color: #CCD8DE;
}
</style>
border-color css
<style>
span { border-color: #CCD8DE; }
span { border-color: rgb(204,216,222); }
td.TdClassName
{
border-color: #CCD8DE;
}
.TagClassName
{
border-color: #CCD8DE;
}
</style>