#CBD1CE

Color #CBD1CE Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #CBD1CE

Tints of Jet Stream #CBD1CE

Color information

#CBD1CE (or 0xCBD1CE) is unknown color: approx Jet Stream. HEX triplet: CB, D1 and CE. RGB value is (203,209,206). Sum of RGB (Red+Green+Blue) = 203+209+206=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 209 (82.03% from 255 or 33.82% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD1CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD1CE is #342E31. Grayscale: #CECECE. Windows color (decimal): -3419698 or 13554123. OLE color: 13554123.

HSL color Cylindrical-coordinate representation of color #CBD1CE: hue angle of 150º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBD1CE is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB203209206-
CMYK0.0300.010.18
HSL150º6.12%80.78%-
HSV(B)150º2.87%81.96%-
XYZ58.5762.7567.42-
YUV206.86127.51125.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 209 (82.03% from 255) = 33.82%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=32.85%
G=33.82%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2032092060.0300.010.181506.1280.78
HexCBD1CE3011296651
Octal313321316301222266121
Binary110010111101000111001110110110010100101101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD1CE; }

 p { color: rgb(203,209,206); }

 H1.HeaderClassName
 {
   color: #CBD1CE;
 }
 .AnyTagClassName
 {
   color: #CBD1CE;
 }
</style>
background-color css

<style>
 a { background-color: #CBD1CE; }

 a { background-color: rgb(203,209,206); }

 div.DivClassName
 {
   background-color: #CBD1CE;
 }
 .BgClassName
 {
   background-color: #CBD1CE;
 }
</style>
border-color css

<style>
 span { border-color: #CBD1CE; }

 span { border-color: rgb(203,209,206); }

 td.TdClassName
 {
   border-color: #CBD1CE;
 }
 .TagClassName
 {
   border-color: #CBD1CE;
 }
</style>