Shades of Pattens Blue #CAD6DD
Tints of Pattens Blue #CAD6DD
RGB
CMYK
RGB Variations
Color information
#CAD6DD (or 0xCAD6DD) is known color: Pattens Blue. HEX triplet: CA, D6 and DD. RGB value is (202,214,221). Sum of RGB (Red+Green+Blue) = 202+214+221=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAD6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD6DD is #352922. Grayscale: #D3D3D3. Windows color (decimal): -3483939 or 14538442. OLE color: 14538442.
HSL color Cylindrical-coordinate representation of color #CAD6DD: hue angle of 202.11º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CAD6DD is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 202 | 214 | 221 | - |
CMYK | 0.09 | 0.03 | 0 | 0.13 |
HSL | 202.11º | 0.22% | 0.83% | - |
HSV(B) | 202.11º | 0.09% | 0.87% | - |
XYZ | 61.45 | 65.87 | 77.88 | - |
YUV | 211.21 | 133.52 | 121.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 221 | 0.09 | 0.03 | 0 | 0.13 | 202.11 | 0.22 | 0.83 |
Hex | CA | D6 | DD | 9 | 3 | 0 | D | CA | 16 | 53 |
Octal | 312 | 326 | 335 | 11 | 3 | 0 | 15 | 312 | 26 | 123 |
Binary | 11001010 | 11010110 | 11011101 | 1001 | 11 | 0 | 1101 | 11001010 | 10110 | 1010011 |
Color Harmonies of #CAD6DD
Complementary color
Monochromatic Colors of #CAD6DD
Black with #CAD6DD
Text Example
Text Example
White with #CAD6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6DD; }
p { color: rgb(202,214,221); }
H1.HeaderClassName
{
color: #CAD6DD;
}
.AnyTagClassName
{
color: #CAD6DD;
}
</style>
background-color css
<style>
a { background-color: #CAD6DD; }
a { background-color: rgb(202,214,221); }
div.DivClassName
{
background-color: #CAD6DD;
}
.BgClassName
{
background-color: #CAD6DD;
}
</style>
border-color css
<style>
span { border-color: #CAD6DD; }
span { border-color: rgb(202,214,221); }
td.TdClassName
{
border-color: #CAD6DD;
}
.TagClassName
{
border-color: #CAD6DD;
}
</style>