Shades of Pattens Blue #CCDFE6
Tints of Pattens Blue #CCDFE6
RGB
CMYK
RGB Variations
Color information
#CCDFE6 (or 0xCCDFE6) is known color: Pattens Blue. HEX triplet: CC, DF and E6. RGB value is (204,223,230). Sum of RGB (Red+Green+Blue) = 204+223+230=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCDFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCDFE6 is #332019. Grayscale: #DADADA. Windows color (decimal): -3350554 or 15130572. OLE color: 15130572.
HSL color Cylindrical-coordinate representation of color #CCDFE6: hue angle of 196.15º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDFE6 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 223 | 230 | - |
CMYK | 0.11 | 0.03 | 0 | 0.10 |
HSL | 196.15º | 0.34% | 0.85% | - |
HSV(B) | 196.15º | 0.11% | 0.9% | - |
XYZ | 65.57 | 71.33 | 85.17 | - |
YUV | 218.12 | 134.71 | 117.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 230 | 0.11 | 0.03 | 0 | 0.10 | 196.15 | 0.34 | 0.85 |
Hex | CC | DF | E6 | B | 3 | 0 | A | C4 | 22 | 55 |
Octal | 314 | 337 | 346 | 13 | 3 | 0 | 12 | 304 | 42 | 125 |
Binary | 11001100 | 11011111 | 11100110 | 1011 | 11 | 0 | 1010 | 11000100 | 100010 | 1010101 |
Color Harmonies of #CCDFE6
Complementary color
Monochromatic Colors of #CCDFE6
Black with #CCDFE6
Text Example
Text Example
White with #CCDFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFE6; }
p { color: rgb(204,223,230); }
H1.HeaderClassName
{
color: #CCDFE6;
}
.AnyTagClassName
{
color: #CCDFE6;
}
</style>
background-color css
<style>
a { background-color: #CCDFE6; }
a { background-color: rgb(204,223,230); }
div.DivClassName
{
background-color: #CCDFE6;
}
.BgClassName
{
background-color: #CCDFE6;
}
</style>
border-color css
<style>
span { border-color: #CCDFE6; }
span { border-color: rgb(204,223,230); }
td.TdClassName
{
border-color: #CCDFE6;
}
.TagClassName
{
border-color: #CCDFE6;
}
</style>