Shades of Pattens Blue #CCDFF4
Tints of Pattens Blue #CCDFF4
RGB
CMYK
RGB Variations
Color information
#CCDFF4 (or 0xCCDFF4) is known color: Pattens Blue. HEX triplet: CC, DF and F4. RGB value is (204,223,244). Sum of RGB (Red+Green+Blue) = 204+223+244=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #CCDFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFF4 is #33200B. Grayscale: #DBDBDB. Windows color (decimal): -3350540 or 16048076. OLE color: 16048076.
HSL color Cylindrical-coordinate representation of color #CCDFF4: hue angle of 211.5º degrees, saturation: 0.65, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDFF4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 223 | 244 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.04 |
| HSL | 211.5º | 0.65% | 0.88% | - |
| HSV(B) | 211.5º | 0.16% | 0.96% | - |
| XYZ | 67.62 | 72.14 | 95.95 | - |
| YUV | 219.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 244 | 0.16 | 0.09 | 0 | 0.04 | 211.5 | 0.65 | 0.88 |
| Hex | CC | DF | F4 | 10 | 9 | 0 | 4 | D4 | 41 | 58 |
| Octal | 314 | 337 | 364 | 20 | 11 | 0 | 4 | 324 | 101 | 130 |
| Binary | 11001100 | 11011111 | 11110100 | 10000 | 1001 | 0 | 100 | 11010100 | 1000001 | 1011000 |
Color Harmonies of #CCDFF4
Complementary color
Monochromatic Colors of #CCDFF4
Black with #CCDFF4
Text Example
Text Example
White with #CCDFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFF4; }
p { color: rgb(204,223,244); }
H1.HeaderClassName
{
color: #CCDFF4;
}
.AnyTagClassName
{
color: #CCDFF4;
}
</style>
background-color css
<style>
a { background-color: #CCDFF4; }
a { background-color: rgb(204,223,244); }
div.DivClassName
{
background-color: #CCDFF4;
}
.BgClassName
{
background-color: #CCDFF4;
}
</style>
border-color css
<style>
span { border-color: #CCDFF4; }
span { border-color: rgb(204,223,244); }
td.TdClassName
{
border-color: #CCDFF4;
}
.TagClassName
{
border-color: #CCDFF4;
}
</style>