Shades of Pattens Blue #CCDFF0
Tints of Pattens Blue #CCDFF0
RGB
CMYK
RGB Variations
Color information
#CCDFF0 (or 0xCCDFF0) is known color: Pattens Blue. HEX triplet: CC, DF and F0. RGB value is (204,223,240). Sum of RGB (Red+Green+Blue) = 204+223+240=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCDFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFF0 is #33200F. Grayscale: #DBDBDB. Windows color (decimal): -3350544 or 15785932. OLE color: 15785932.
HSL color Cylindrical-coordinate representation of color #CCDFF0: hue angle of 208.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCDFF0 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 223 | 240 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.06 |
| HSL | 208.33º | 0.55% | 0.87% | - |
| HSV(B) | 208.33º | 0.15% | 0.94% | - |
| XYZ | 67.02 | 71.9 | 92.78 | - |
| YUV | 219.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 240 | 0.15 | 0.07 | 0 | 0.06 | 208.33 | 0.55 | 0.87 |
| Hex | CC | DF | F0 | F | 7 | 0 | 6 | D0 | 37 | 57 |
| Octal | 314 | 337 | 360 | 17 | 7 | 0 | 6 | 320 | 67 | 127 |
| Binary | 11001100 | 11011111 | 11110000 | 1111 | 111 | 0 | 110 | 11010000 | 110111 | 1010111 |
Color Harmonies of #CCDFF0
Complementary color
Monochromatic Colors of #CCDFF0
Black with #CCDFF0
Text Example
Text Example
White with #CCDFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFF0; }
p { color: rgb(204,223,240); }
H1.HeaderClassName
{
color: #CCDFF0;
}
.AnyTagClassName
{
color: #CCDFF0;
}
</style>
background-color css
<style>
a { background-color: #CCDFF0; }
a { background-color: rgb(204,223,240); }
div.DivClassName
{
background-color: #CCDFF0;
}
.BgClassName
{
background-color: #CCDFF0;
}
</style>
border-color css
<style>
span { border-color: #CCDFF0; }
span { border-color: rgb(204,223,240); }
td.TdClassName
{
border-color: #CCDFF0;
}
.TagClassName
{
border-color: #CCDFF0;
}
</style>