Shades of Jet Stream #CCD0CE
Tints of Jet Stream #CCD0CE
RGB
CMYK
RGB Variations
Color information
#CCD0CE (or 0xCCD0CE) is known color: Jet Stream. HEX triplet: CC, D0 and CE. RGB value is (204,208,206). Sum of RGB (Red+Green+Blue) = 204+208+206=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0CE is #332F31. Grayscale: #CECECE. Windows color (decimal): -3354418 or 13553868. OLE color: 13553868.
HSL color Cylindrical-coordinate representation of color #CCD0CE: hue angle of 150º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CCD0CE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
RGB | 204 | 208 | 206 | - |
CMYK | 0.02 | 0 | 0.01 | 0.18 |
HSL | 150º | 0.04% | 0.81% | - |
HSV(B) | 150º | 0.02% | 0.82% | - |
XYZ | 58.6 | 62.41 | 67.35 | - |
YUV | 206.58 | 127.67 | 126.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 208 | 206 | 0.02 | 0 | 0.01 | 0.18 | 150 | 0.04 | 0.81 |
Hex | CC | D0 | CE | 2 | 0 | 1 | 12 | 96 | 4 | 51 |
Octal | 314 | 320 | 316 | 2 | 0 | 1 | 22 | 226 | 4 | 121 |
Binary | 11001100 | 11010000 | 11001110 | 10 | 0 | 1 | 10010 | 10010110 | 100 | 1010001 |
Color Harmonies of #CCD0CE
Complementary color
Monochromatic Colors of #CCD0CE
Black with #CCD0CE
Text Example
Text Example
White with #CCD0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD0CE; }
p { color: rgb(204,208,206); }
H1.HeaderClassName
{
color: #CCD0CE;
}
.AnyTagClassName
{
color: #CCD0CE;
}
</style>
background-color css
<style>
a { background-color: #CCD0CE; }
a { background-color: rgb(204,208,206); }
div.DivClassName
{
background-color: #CCD0CE;
}
.BgClassName
{
background-color: #CCD0CE;
}
</style>
border-color css
<style>
span { border-color: #CCD0CE; }
span { border-color: rgb(204,208,206); }
td.TdClassName
{
border-color: #CCD0CE;
}
.TagClassName
{
border-color: #CCD0CE;
}
</style>