Shades of Pattens Blue #CCDFE7
Tints of Pattens Blue #CCDFE7
RGB
CMYK
RGB Variations
Color information
#CCDFE7 (or 0xCCDFE7) is known color: Pattens Blue. HEX triplet: CC, DF and E7. RGB value is (204,223,231). Sum of RGB (Red+Green+Blue) = 204+223+231=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCDFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFE7 is #332018. Grayscale: #DADADA. Windows color (decimal): -3350553 or 15196108. OLE color: 15196108.
HSL color Cylindrical-coordinate representation of color #CCDFE7: hue angle of 197.78º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDFE7 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 223 | 231 | - |
CMYK | 0.12 | 0.03 | 0 | 0.09 |
HSL | 197.78º | 0.36% | 0.85% | - |
HSV(B) | 197.78º | 0.12% | 0.91% | - |
XYZ | 65.71 | 71.38 | 85.92 | - |
YUV | 218.23 | 135.21 | 117.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 231 | 0.12 | 0.03 | 0 | 0.09 | 197.78 | 0.36 | 0.85 |
Hex | CC | DF | E7 | C | 3 | 0 | 9 | C6 | 24 | 55 |
Octal | 314 | 337 | 347 | 14 | 3 | 0 | 11 | 306 | 44 | 125 |
Binary | 11001100 | 11011111 | 11100111 | 1100 | 11 | 0 | 1001 | 11000110 | 100100 | 1010101 |
Color Harmonies of #CCDFE7
Complementary color
Monochromatic Colors of #CCDFE7
Black with #CCDFE7
Text Example
Text Example
White with #CCDFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFE7; }
p { color: rgb(204,223,231); }
H1.HeaderClassName
{
color: #CCDFE7;
}
.AnyTagClassName
{
color: #CCDFE7;
}
</style>
background-color css
<style>
a { background-color: #CCDFE7; }
a { background-color: rgb(204,223,231); }
div.DivClassName
{
background-color: #CCDFE7;
}
.BgClassName
{
background-color: #CCDFE7;
}
</style>
border-color css
<style>
span { border-color: #CCDFE7; }
span { border-color: rgb(204,223,231); }
td.TdClassName
{
border-color: #CCDFE7;
}
.TagClassName
{
border-color: #CCDFE7;
}
</style>