Shades of Pattens Blue #CCDFF3
Tints of Pattens Blue #CCDFF3
RGB
CMYK
RGB Variations
Color information
#CCDFF3 (or 0xCCDFF3) is known color: Pattens Blue. HEX triplet: CC, DF and F3. RGB value is (204,223,243). Sum of RGB (Red+Green+Blue) = 204+223+243=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCDFF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFF3 is #33200C. Grayscale: #DBDBDB. Windows color (decimal): -3350541 or 15982540. OLE color: 15982540.
HSL color Cylindrical-coordinate representation of color #CCDFF3: hue angle of 210.77º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCDFF3 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 223 | 243 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.05 |
| HSL | 210.77º | 0.62% | 0.88% | - |
| HSV(B) | 210.77º | 0.16% | 0.95% | - |
| XYZ | 67.47 | 72.08 | 95.15 | - |
| YUV | 219.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 243 | 0.16 | 0.08 | 0 | 0.05 | 210.77 | 0.62 | 0.88 |
| Hex | CC | DF | F3 | 10 | 8 | 0 | 5 | D3 | 3E | 58 |
| Octal | 314 | 337 | 363 | 20 | 10 | 0 | 5 | 323 | 76 | 130 |
| Binary | 11001100 | 11011111 | 11110011 | 10000 | 1000 | 0 | 101 | 11010011 | 111110 | 1011000 |
Color Harmonies of #CCDFF3
Complementary color
Monochromatic Colors of #CCDFF3
Black with #CCDFF3
Text Example
Text Example
White with #CCDFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFF3; }
p { color: rgb(204,223,243); }
H1.HeaderClassName
{
color: #CCDFF3;
}
.AnyTagClassName
{
color: #CCDFF3;
}
</style>
background-color css
<style>
a { background-color: #CCDFF3; }
a { background-color: rgb(204,223,243); }
div.DivClassName
{
background-color: #CCDFF3;
}
.BgClassName
{
background-color: #CCDFF3;
}
</style>
border-color css
<style>
span { border-color: #CCDFF3; }
span { border-color: rgb(204,223,243); }
td.TdClassName
{
border-color: #CCDFF3;
}
.TagClassName
{
border-color: #CCDFF3;
}
</style>