Shades of Jet Stream #CAD2CE
Tints of Jet Stream #CAD2CE
RGB
CMYK
RGB Variations
Color information
#CAD2CE (or 0xCAD2CE) is known color: Jet Stream. HEX triplet: CA, D2 and CE. RGB value is (202,210,206). Sum of RGB (Red+Green+Blue) = 202+210+206=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD2CE is #352D31. Grayscale: #CFCFCF. Windows color (decimal): -3484978 or 13554378. OLE color: 13554378.
HSL color Cylindrical-coordinate representation of color #CAD2CE: hue angle of 150º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CAD2CE is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 210 | 206 | - |
CMYK | 0.04 | 0 | 0.02 | 0.18 |
HSL | 150º | 0.08% | 0.81% | - |
HSV(B) | 150º | 0.04% | 0.82% | - |
XYZ | 58.54 | 63.11 | 67.49 | - |
YUV | 207.15 | 127.35 | 124.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 210 | 206 | 0.04 | 0 | 0.02 | 0.18 | 150 | 0.08 | 0.81 |
Hex | CA | D2 | CE | 4 | 0 | 2 | 12 | 96 | 8 | 51 |
Octal | 312 | 322 | 316 | 4 | 0 | 2 | 22 | 226 | 10 | 121 |
Binary | 11001010 | 11010010 | 11001110 | 100 | 0 | 10 | 10010 | 10010110 | 1000 | 1010001 |
Color Harmonies of #CAD2CE
Complementary color
Monochromatic Colors of #CAD2CE
Black with #CAD2CE
Text Example
Text Example
White with #CAD2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2CE; }
p { color: rgb(202,210,206); }
H1.HeaderClassName
{
color: #CAD2CE;
}
.AnyTagClassName
{
color: #CAD2CE;
}
</style>
background-color css
<style>
a { background-color: #CAD2CE; }
a { background-color: rgb(202,210,206); }
div.DivClassName
{
background-color: #CAD2CE;
}
.BgClassName
{
background-color: #CAD2CE;
}
</style>
border-color css
<style>
span { border-color: #CAD2CE; }
span { border-color: rgb(202,210,206); }
td.TdClassName
{
border-color: #CAD2CE;
}
.TagClassName
{
border-color: #CAD2CE;
}
</style>