Shades of Pattens Blue #CCDCE9
Tints of Pattens Blue #CCDCE9
RGB
CMYK
RGB Variations
Color information
#CCDCE9 (or 0xCCDCE9) is known color: Pattens Blue. HEX triplet: CC, DC and E9. RGB value is (204,220,233). Sum of RGB (Red+Green+Blue) = 204+220+233=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 220 (86.33% from 255 or 33.49% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDCE9 is #332316. Grayscale: #D8D8D8. Windows color (decimal): -3351319 or 15326412. OLE color: 15326412.
HSL color Cylindrical-coordinate representation of color #CCDCE9: hue angle of 206.9º degrees, saturation: 0.4, 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 #CCDCE9 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 220 | 233 | - |
CMYK | 0.12 | 0.06 | 0 | 0.09 |
HSL | 206.9º | 0.4% | 0.86% | - |
HSV(B) | 206.9º | 0.12% | 0.91% | - |
XYZ | 65.2 | 69.91 | 87.15 | - |
YUV | 216.7 | 137.2 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 233 | 0.12 | 0.06 | 0 | 0.09 | 206.9 | 0.4 | 0.86 |
Hex | CC | DC | E9 | C | 6 | 0 | 9 | CF | 28 | 56 |
Octal | 314 | 334 | 351 | 14 | 6 | 0 | 11 | 317 | 50 | 126 |
Binary | 11001100 | 11011100 | 11101001 | 1100 | 110 | 0 | 1001 | 11001111 | 101000 | 1010110 |
Color Harmonies of #CCDCE9
Complementary color
Monochromatic Colors of #CCDCE9
Black with #CCDCE9
Text Example
Text Example
White with #CCDCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCE9; }
p { color: rgb(204,220,233); }
H1.HeaderClassName
{
color: #CCDCE9;
}
.AnyTagClassName
{
color: #CCDCE9;
}
</style>
background-color css
<style>
a { background-color: #CCDCE9; }
a { background-color: rgb(204,220,233); }
div.DivClassName
{
background-color: #CCDCE9;
}
.BgClassName
{
background-color: #CCDCE9;
}
</style>
border-color css
<style>
span { border-color: #CCDCE9; }
span { border-color: rgb(204,220,233); }
td.TdClassName
{
border-color: #CCDCE9;
}
.TagClassName
{
border-color: #CCDCE9;
}
</style>