Shades of Jet Stream #CAD3CF
Tints of Jet Stream #CAD3CF
RGB
CMYK
RGB Variations
Color information
#CAD3CF (or 0xCAD3CF) is known color: Jet Stream. HEX triplet: CA, D3 and CF. RGB value is (202,211,207). Sum of RGB (Red+Green+Blue) = 202+211+207=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD3CF is #352C30. Grayscale: #CFCFCF. Windows color (decimal): -3484721 or 13620170. OLE color: 13620170.
HSL color Cylindrical-coordinate representation of color #CAD3CF: hue angle of 153.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAD3CF is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 211 | 207 | - |
CMYK | 0.04 | 0 | 0.02 | 0.17 |
HSL | 153.33º | 0.09% | 0.81% | - |
HSV(B) | 153.33º | 0.04% | 0.83% | - |
XYZ | 58.91 | 63.65 | 68.21 | - |
YUV | 207.85 | 127.52 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 211 | 207 | 0.04 | 0 | 0.02 | 0.17 | 153.33 | 0.09 | 0.81 |
Hex | CA | D3 | CF | 4 | 0 | 2 | 11 | 99 | 9 | 51 |
Octal | 312 | 323 | 317 | 4 | 0 | 2 | 21 | 231 | 11 | 121 |
Binary | 11001010 | 11010011 | 11001111 | 100 | 0 | 10 | 10001 | 10011001 | 1001 | 1010001 |
Color Harmonies of #CAD3CF
Complementary color
Monochromatic Colors of #CAD3CF
Black with #CAD3CF
Text Example
Text Example
White with #CAD3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3CF; }
p { color: rgb(202,211,207); }
H1.HeaderClassName
{
color: #CAD3CF;
}
.AnyTagClassName
{
color: #CAD3CF;
}
</style>
background-color css
<style>
a { background-color: #CAD3CF; }
a { background-color: rgb(202,211,207); }
div.DivClassName
{
background-color: #CAD3CF;
}
.BgClassName
{
background-color: #CAD3CF;
}
</style>
border-color css
<style>
span { border-color: #CAD3CF; }
span { border-color: rgb(202,211,207); }
td.TdClassName
{
border-color: #CAD3CF;
}
.TagClassName
{
border-color: #CAD3CF;
}
</style>